Skip to content

Commit fc4fa92

Browse files
authored
Update src/deprecations.jl
1 parent 856abb5 commit fc4fa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Base.@deprecate_binding DisjointSets DisjointSet
88
Base.@deprecate_binding IntDisjointSets IntDisjointSet
99
# We won't want to make this `@deprecate DisjointSets(xs...) DisjointSet(xs)`
1010
# because then loading this package will trigger a deprecation warning when we
11-
# evaluate the deprrecated DisjointSets binding. This breaks any package that
11+
# evaluate the deprecated DisjointSets binding. This breaks any package that
1212
# tries to load DataStructures with --depwarn=error
1313
@deprecate DisjointSet(xs...) DisjointSet(xs)
1414
# Enqueue and dequeue deprecations

0 commit comments

Comments
 (0)