Skip to content

Commit 470ad7b

Browse files
committed
typo fix
1 parent a3e04ec commit 470ad7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference-manual/statements.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,8 @@ if (y < -0.5 || y > 2.1) {
726726
target += negative_infinity();
727727
} else {
728728
target += -log_diff_exp(normal_lcdf(2.1 | 0, 1),
729-
}
730729
normal_lcdf(-0.5 | 0, 1));
730+
}
731731
```
732732

733733
Because a Stan program defines a log density function, all

0 commit comments

Comments
 (0)