Skip to content

Commit a3267f5

Browse files
committed
Fix formatting of curly braces
1 parent fa274e3 commit a3267f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference-manual/statements.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ for (n in 1:N) {
987987
}
988988
```
989989

990-
The open curly bracket (`\{`) is the first character of the block
991-
and the close curly bracket (`\`}) is the last character.
990+
The open curly bracket (`{`) is the first character of the block
991+
and the close curly bracket (`}`) is the last character.
992992

993993
Because whitespace is ignored in Stan, the following program will
994994
not compile.

0 commit comments

Comments
 (0)