Skip to content

Commit 3bc0aae

Browse files
authored
Update Typo in blocks.qmd
The example model is specified with parameters `mu_y` and `sigma_y`. I assume this is a typo :)
1 parent 807622e commit 3bc0aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference-manual/blocks.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ supplied to the program at run time, they must be declared in the
296296
`data` block, like the variables `mu_mu` and
297297
`sigma_mu`.
298298

299-
This program declares two modeled parameters, `mu` and
299+
This program declares two modeled parameters, `mu_y` and
300300
`tau_y`. These are the location and precision used in the normal
301301
model of the values in `y`. The heart of the model will be
302302
sampling the values of these parameters from their posterior

0 commit comments

Comments
 (0)