Skip to content

Commit

Permalink
docs: fix typo in doc of pad (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Mar 10, 2023
1 parent d7b383d commit e4a2627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block-padding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub trait Padding<BlockSize: ArrayLength<u8>> {
/// stored in the block is equal to `pos`).
///
/// # Panics
/// If `pos` is bigger than `BlockSize`. Most paddin algorithms also
/// If `pos` is bigger than `BlockSize`. Most padding algorithms also
/// panic if they are equal.
fn pad(block: &mut Block<BlockSize>, pos: usize);

Expand Down

0 comments on commit e4a2627

Please sign in to comment.