Skip to content

Commit 7ef51a5

Browse files
authored
Merge pull request #631 from cmcaine/patch-1
Base.IntSet -> Base.BitSet
2 parents 0d9cb40 + a42e03d commit 7ef51a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/intset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DataStructures.IntSet
22

3-
`DataStructures.IntSet` is a drop-in replacement for the Base `IntSet`
3+
`DataStructures.IntSet` is a drop-in replacement for the Base `BitSet`
44
type. It efficiently stores dense collections of small non-negative
55
`Int`s as a sorted set. The constructor `IntSet([itr])` constructs a
66
sorted set of the integers generated by the given iterable object, or an

0 commit comments

Comments
 (0)