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 8ff587c commit ef5d7beCopy full SHA for ef5d7be
1 file changed
sponge-cursor/src/lib.rs
@@ -10,7 +10,7 @@ pub use hybrid_array as array;
10
use core::marker::PhantomData;
11
use hybrid_array::{Array, ArraySize};
12
13
-/// Cursor for implementing sponge-based absorbtion and squeezing.
+/// Cursor for implementing sponge-based absorption and squeezing.
14
///
15
/// This type wraps `u8` and enforces that its value is always smaller than `Rate`.
16
0 commit comments