Skip to content

Commit

Permalink
fix a typo (solana-labs#1619)
Browse files Browse the repository at this point in the history
Co-authored-by: HaoranYi <[email protected]>
  • Loading branch information
HaoranYi and HaoranYi authored Jun 6, 2024
1 parent c038908 commit fbc75a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/append_vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub enum AppendVecError {
}

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

Expand Down

0 comments on commit fbc75a7

Please sign in to comment.