Skip to content

Commit

Permalink
Fix typo (#76)
Browse files Browse the repository at this point in the history
Typo found with codespell.
  • Loading branch information
stoeckmann authored Mar 6, 2024
1 parent f577814 commit 35b0ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fn u32_fastrand(b: &mut Bencher) {
fn fill(b: &mut Bencher) {
let mut rng = fastrand::Rng::new();
b.iter(|| {
// Pick a size that isn't divisble by 8.
// Pick a size that isn't divisible by 8.
let mut bytes = [0u8; 367];
rng.fill(&mut bytes);
bytes
Expand Down

0 comments on commit 35b0ae3

Please sign in to comment.