We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c038908 commit fbc75a7Copy full SHA for fbc75a7
accounts-db/src/append_vec.rs
@@ -83,7 +83,7 @@ pub enum AppendVecError {
83
}
84
85
/// A slice whose contents are known to be valid.
86
-/// The slice contians no undefined bytes.
+/// The slice contains no undefined bytes.
87
#[derive(Debug, Copy, Clone)]
88
struct ValidSlice<'a>(&'a [u8]);
89
0 commit comments