Skip to content

Commit 32c9de9

Browse files
author
Bob Carpenter
authored
Merge pull request #155 from stan-dev/issue_152
Fix formatting of curly braces
2 parents 8fb9b97 + a3267f5 commit 32c9de9

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
@@ -983,8 +983,8 @@ for (n in 1:N) {
983983
}
984984
```
985985

986-
The open curly bracket (`\{`) is the first character of the block
987-
and the close curly bracket (`\`}) is the last character.
986+
The open curly bracket (`{`) is the first character of the block
987+
and the close curly bracket (`}`) is the last character.
988988

989989
Because whitespace is ignored in Stan, the following program will
990990
not compile.

0 commit comments

Comments
 (0)