Skip to content

Commit

Permalink
Fix a typo in the docstring (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
lf- authored May 6, 2021
1 parent 21ae4cc commit f68ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block-modes/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
//! ```
//!
//! With an enabled `alloc` feature (which is enabled by default) you can use
//! `encrypt_vec` and `descrypt_vec` methods:
//! `encrypt_vec` and `decrypt_vec` methods:
//! ```
//! # use aes::Aes128;
//! # use block_modes::{BlockMode, Cbc};
Expand Down

0 comments on commit f68ad0d

Please sign in to comment.