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 856abb5 commit fc4fa92Copy full SHA for fc4fa92
src/deprecations.jl
@@ -8,7 +8,7 @@ Base.@deprecate_binding DisjointSets DisjointSet
8
Base.@deprecate_binding IntDisjointSets IntDisjointSet
9
# We won't want to make this `@deprecate DisjointSets(xs...) DisjointSet(xs)`
10
# because then loading this package will trigger a deprecation warning when we
11
-# evaluate the deprrecated DisjointSets binding. This breaks any package that
+# evaluate the deprecated DisjointSets binding. This breaks any package that
12
# tries to load DataStructures with --depwarn=error
13
@deprecate DisjointSet(xs...) DisjointSet(xs)
14
# Enqueue and dequeue deprecations
0 commit comments