Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Mar 10, 2024
1 parent 53c4ddb commit 39e56d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if you need to transform an `AbstractMatrix`).
fs = [2.0, 3.0, 4.5];
CategoricalLikelihood()(fs) isa Categorical
Fs = [rand(3) for _ in 1:4];
CategoricalLikelihood()(Fs) isa product_distribution{<:Any,<:Categorical}
CategoricalLikelihood()(Fs) isa Product{<:Any,<:Categorical}
```

### Constrained parameters
Expand Down

0 comments on commit 39e56d7

Please sign in to comment.