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 c6266df commit 8dbace9Copy full SHA for 8dbace9
src/partitions.jl
@@ -259,7 +259,7 @@ Use `collect(partitions(s))` to get an array of all partitions.
259
260
The number of partitions of an `n`-element set
261
is given by the n-th Bell number `Bn`:
262
-`length(partitions(s)) == catalannum(legnth(s))`.
+`length(partitions(s)) == bellnum(length(s))`.
263
264
See also: [`bellnum`](@ref)
265
0 commit comments