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 e12f43f commit 3b965f5Copy full SHA for 3b965f5
src/base_vec.rs
@@ -62,7 +62,7 @@ pub enum InitError {
62
/// The memory already contains another data structure.
63
/// Use [Vec::new] to overwrite it.
64
BadMagic { actual: [u8; 3], expected: [u8; 3] },
65
- /// The current version of [Vec] does not support the of the
+ /// The current version of [Vec] does not support the version of the
66
/// memory layout.
67
IncompatibleVersion(u8),
68
/// The vector type is not compatible with the current vector
0 commit comments