Skip to content

Commit

Permalink
Fixing typo in the guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfiffer committed Feb 4, 2019
1 parent bdd4408 commit 2bc74fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/_docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ model = gdemo(fill(missing, 2))
c = sample(model, HMC(500, 0.01, 5))
```

The above case tells the model compiler the dimensions of the values it needs to generate. The generated values for `x` can be extracted from the `Chains` object using `c[x]`.
The above case tells the model compiler the dimensions of the values it needs to generate. The generated values for `x` can be extracted from the `Chains` object using `c[:x]`.

#### Using Argument Defaults

Expand Down

0 comments on commit 2bc74fd

Please sign in to comment.