Skip to content

Commit a12d8bd

Browse files
committed
grammar fix
1 parent c7d6757 commit a12d8bd

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
@@ -14,7 +14,7 @@ are used --- if they do not, the behavior is undefined.
1414

1515
The basis of Stan's execution is the evaluation of a log probability
1616
function (specifically, a log probability density function) for a given
17-
set of (real-valued) parameters. Log probability function can be
17+
set of (real-valued) parameters. Log probability functions can be
1818
constructed by using distribution statements and log probability increment
1919
statements. Statements may be grouped
2020
into sequences and into for-each loops. In addition, Stan allows

0 commit comments

Comments
 (0)