Skip to content

Commit 7895482

Browse files
authored
Fix a typo in CountBelongs docstring (#2895)
1 parent c054d71 commit 7895482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ function Base.:(==)(x::CountAtLeast, y::CountAtLeast)
22342234
end
22352235

22362236
"""
2237-
CountBelongs(dimenson::Int, set::Set{Int})
2237+
CountBelongs(dimension::Int, set::Set{Int})
22382238
22392239
The set ``\\{(n, x) \\in \\mathbb{Z}^{1+d}\\}``, such that `n` elements of the
22402240
vector `x` take on of the values in `set` and `dimension = 1 + d`.

0 commit comments

Comments
 (0)