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 4cec883 commit 1ba574fCopy full SHA for 1ba574f
croaring/src/bitmap/iter.rs
@@ -2,7 +2,7 @@ use super::Bitmap;
2
use core::marker::PhantomData;
3
use core::mem::MaybeUninit;
4
5
-/// A cusrsr over the values of a bitmap
+/// A cursor over the values of a bitmap
6
///
7
/// A Cursor is like an iterator, except that it can freely seek back-and-forth.
8
0 commit comments