Skip to content

Commit 1ba574f

Browse files
committed
doc: type in "cursor"
1 parent 4cec883 commit 1ba574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

croaring/src/bitmap/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use super::Bitmap;
22
use core::marker::PhantomData;
33
use core::mem::MaybeUninit;
44

5-
/// A cusrsr over the values of a bitmap
5+
/// A cursor over the values of a bitmap
66
///
77
/// A Cursor is like an iterator, except that it can freely seek back-and-forth.
88
///

0 commit comments

Comments
 (0)