We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f47b9 commit 91c2c21Copy full SHA for 91c2c21
zeroize/src/lib.rs
@@ -64,7 +64,7 @@
64
//!
65
//! With the `std` feature enabled (which it is **not** by default), [`Zeroize`]
66
//! is also implemented for [`CString`]. After calling `zeroize()` on a `CString`,
67
-//! it will its internal buffer will contain exactly one nul byte. The backing
+//! its internal buffer will contain exactly one nul byte. The backing
68
//! memory is zeroed by converting it to a `Vec<u8>` and back into a `CString`.
69
//! (NOTE: see "Stack/Heap Zeroing Notes" for important `Vec`/`String`/`CString` details)
70
0 commit comments