Skip to content

Commit 91c2c21

Browse files
authored
doc: remove extraneous words (#838)
1 parent 92f47b9 commit 91c2c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeroize/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
//!
6565
//! With the `std` feature enabled (which it is **not** by default), [`Zeroize`]
6666
//! 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
67+
//! its internal buffer will contain exactly one nul byte. The backing
6868
//! memory is zeroed by converting it to a `Vec<u8>` and back into a `CString`.
6969
//! (NOTE: see "Stack/Heap Zeroing Notes" for important `Vec`/`String`/`CString` details)
7070
//!

0 commit comments

Comments
 (0)