Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Easyoakland committed Oct 21, 2024
1 parent 840fad3 commit 618e4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scroll_derive/examples/derive_custom_ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ fn main() {
let data: Data = bytes.pread_with(0, LE).unwrap();
let data2: Data = bytes2.pread_with(0, LE).unwrap();
assert_eq!(data, data2);
// Not enough bytes because of ctx dependant length being too long.
// Not enough bytes because of ctx dependent length being too long.
assert!(bytes.pread_with::<Data>(0, BE).is_err())
}

0 comments on commit 618e4cc

Please sign in to comment.