Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/base_vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub enum InitError {
/// The memory already contains another data structure.
/// Use [Vec::new] to overwrite it.
BadMagic { actual: [u8; 3], expected: [u8; 3] },
/// The current version of [Vec] does not support the of the
/// The current version of [Vec] does not support the version of the
/// memory layout.
IncompatibleVersion(u8),
/// The vector type is not compatible with the current vector
Expand Down
Loading