Skip to content

Commit 3b965f5

Browse files
authored
docs: fix typo (#378)
1 parent e12f43f commit 3b965f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base_vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub enum InitError {
6262
/// The memory already contains another data structure.
6363
/// Use [Vec::new] to overwrite it.
6464
BadMagic { actual: [u8; 3], expected: [u8; 3] },
65-
/// The current version of [Vec] does not support the of the
65+
/// The current version of [Vec] does not support the version of the
6666
/// memory layout.
6767
IncompatibleVersion(u8),
6868
/// The vector type is not compatible with the current vector

0 commit comments

Comments
 (0)