Skip to content

Commit ef5d7be

Browse files
committed
fix typo
1 parent 8ff587c commit ef5d7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sponge-cursor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub use hybrid_array as array;
1010
use core::marker::PhantomData;
1111
use hybrid_array::{Array, ArraySize};
1212

13-
/// Cursor for implementing sponge-based absorbtion and squeezing.
13+
/// Cursor for implementing sponge-based absorption and squeezing.
1414
///
1515
/// This type wraps `u8` and enforces that its value is always smaller than `Rate`.
1616
///

0 commit comments

Comments
 (0)