Skip to content

Commit 33fbc75

Browse files
udohjeremiahpull[bot]
authored andcommitted
Typo error on ∈ (JuliaLang#46687)
1 parent 26c99c9 commit 33fbc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/operators.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ Some collections follow a slightly different definition. For example,
13061306
use [`haskey`](@ref) or `k in keys(dict)`. For these collections, the result
13071307
is always a `Bool` and never `missing`.
13081308
1309-
To determine whether an item is not in a given collection, see [`:∉`](@ref).
1309+
To determine whether an item is not in a given collection, see [`∉`](@ref).
13101310
You may also negate the `in` by doing `!(a in b)` which is logically similar to "not in".
13111311
13121312
When broadcasting with `in.(items, collection)` or `items .∈ collection`, both

0 commit comments

Comments
 (0)