Skip to content

Commit f08a384

Browse files
authored
typo in readme
1 parent 9dbdaa0 commit f08a384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ levels(d2)
7373
julia> pdf(d2, "maybe")
7474
0.0
7575

76-
julia> pdf(d2, "okay")
76+
julia> pdf(d2, "okay")https://github.com/JuliaAI/CategoricalDistributions.jl#measures-over-finite-labeled-sets
7777
ERROR: DomainError with Value okay not in pool. :
7878
```
7979

8080
Arrays of `UnivariateFinite` distributions are defined using the same
81-
constructor. Broadcasting methods, such as `pdf`, is optimized for
81+
constructor. Broadcasting methods, such as `pdf`, are optimized for
8282
such arrays:
8383

8484
```

0 commit comments

Comments
 (0)