Skip to content

Commit e4a2627

Browse files
authored
docs: fix typo in doc of pad (#845)
1 parent d7b383d commit e4a2627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block-padding/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub trait Padding<BlockSize: ArrayLength<u8>> {
4141
/// stored in the block is equal to `pos`).
4242
///
4343
/// # Panics
44-
/// If `pos` is bigger than `BlockSize`. Most paddin algorithms also
44+
/// If `pos` is bigger than `BlockSize`. Most padding algorithms also
4545
/// panic if they are equal.
4646
fn pad(block: &mut Block<BlockSize>, pos: usize);
4747

0 commit comments

Comments
 (0)