Skip to content

Commit a0bc35a

Browse files
committed
Slight rephrasing
1 parent 320a828 commit a0bc35a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reference-manual/blocks.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,8 @@ After the generated quantities statements are executed, the constraints
565565
on the declared generated quantity variables are validated.
566566

567567
All variables declared as generated quantities are printed as part of
568-
the output, unless they are declared in a nested block. For example:
568+
the output. Variables declared in nested blocks are local variables,
569+
not generated quantities, and thus won't be printed. For example:
569570
```stan
570571
generated quantities {
571572
int a; // added to the output

0 commit comments

Comments
 (0)