We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fb962 commit c2015aeCopy full SHA for c2015ae
docs/src/ref/mcmc.md
@@ -143,7 +143,7 @@ Here is an example composite kernel for MCMC in this model:
143
end
144
```
145
146
-In the DSL, the first arugment (`trace` in this case) represents the trace on which the kernel is acting.
+In the DSL, the first argument (`trace` in this case) represents the trace on which the kernel is acting.
147
the kernel may have additional arguments.
148
The code inside the body can read from the trace (e.g. `trace[:n]` reads the value of the random choice `:n`).
149
Finally, the return value of the composite kernel is automatically set to the trace.
0 commit comments