Skip to content

Commit fbc75a7

Browse files
HaoranYiHaoranYi
and
HaoranYi
authored
fix a typo (solana-labs#1619)
Co-authored-by: HaoranYi <haoran.yi@solana.com>
1 parent c038908 commit fbc75a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts-db/src/append_vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub enum AppendVecError {
8383
}
8484

8585
/// A slice whose contents are known to be valid.
86-
/// The slice contians no undefined bytes.
86+
/// The slice contains no undefined bytes.
8787
#[derive(Debug, Copy, Clone)]
8888
struct ValidSlice<'a>(&'a [u8]);
8989

0 commit comments

Comments
 (0)