Skip to content

Commit c2015ae

Browse files
authored
mcmc.md typo
1 parent a6fb962 commit c2015ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ref/mcmc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Here is an example composite kernel for MCMC in this model:
143143
end
144144
```
145145

146-
In the DSL, the first arugment (`trace` in this case) represents the trace on which the kernel is acting.
146+
In the DSL, the first argument (`trace` in this case) represents the trace on which the kernel is acting.
147147
the kernel may have additional arguments.
148148
The code inside the body can read from the trace (e.g. `trace[:n]` reads the value of the random choice `:n`).
149149
Finally, the return value of the composite kernel is automatically set to the trace.

0 commit comments

Comments
 (0)