Skip to content

Commit

Permalink
doc: remove extraneous words (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored Feb 16, 2023
1 parent 92f47b9 commit 91c2c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeroize/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
//!
//! With the `std` feature enabled (which it is **not** by default), [`Zeroize`]
//! is also implemented for [`CString`]. After calling `zeroize()` on a `CString`,
//! it will its internal buffer will contain exactly one nul byte. The backing
//! its internal buffer will contain exactly one nul byte. The backing
//! memory is zeroed by converting it to a `Vec<u8>` and back into a `CString`.
//! (NOTE: see "Stack/Heap Zeroing Notes" for important `Vec`/`String`/`CString` details)
//!
Expand Down

0 comments on commit 91c2c21

Please sign in to comment.