We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c054d71 commit 9766c4aCopy full SHA for 9766c4a
src/sets.jl
@@ -2234,7 +2234,7 @@ function Base.:(==)(x::CountAtLeast, y::CountAtLeast)
2234
end
2235
2236
"""
2237
- CountBelongs(dimenson::Int, set::Set{Int})
+ CountBelongs(dimension::Int, set::Set{Int})
2238
2239
The set ``\\{(n, x) \\in \\mathbb{Z}^{1+d}\\}``, such that `n` elements of the
2240
vector `x` take on of the values in `set` and `dimension = 1 + d`.
0 commit comments