Skip to content

Commit

Permalink
Fix typo in docs (#726)
Browse files Browse the repository at this point in the history
Correct `names` to `fieldnames`. Resolves Issue #616.
  • Loading branch information
Arnav Sood authored and andreasnoack committed Jun 8, 2018
1 parent fb50e5f commit 886e158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/starting.md
Expand Up @@ -71,7 +71,7 @@ julia> Truncated(Normal(mu, sigma), l, u)
To find out which parameters are appropriate for a given distribution `D`, you can use `fieldnames(D)`:

```julia
julia> names(Cauchy)
julia> fieldnames(Cauchy)
2-element Array{Symbol,1}:
Expand Down

0 comments on commit 886e158

Please sign in to comment.