Skip to content

Commit 59c80e2

Browse files
committed
Fix capitalization in docs
1 parent 964c753 commit 59c80e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ref/distributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ log(normal(exp(x), exp(x))) :: RND (by rule 6)
211211
log(normal(exp(x), exp(x))) + (x * (2 + 3)) :: RND (by rule 6)
212212
```
213213

214-
## Mixture distribution constructors
214+
## Mixture Distribution Constructors
215215

216216
There are two built-in constructors for defining mixture distributions:
217217
```@docs

0 commit comments

Comments
 (0)