Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Jan 24, 2025
1 parent 48d2f36 commit a535bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let matches = match_list(needle, &haystacks, Options::default());

## Benchmarks

Benchmarks were run on a Ryzen 7 3700X, with `-C target-cpu=native`. Results with different needle, partial match percentage, match percentage, median length, and number of samples are in the works. You may test these cases yourself via the included benchmarks.
Benchmarks were run on a Ryzen 7 3700X, with `-C target-cpu=native`. Results with different needles, partial match percentage, match percentage, median length, and number of samples are in the works. You may test these cases yourself via the included benchmarks.

```rust
needle: "deadbe"
Expand Down

0 comments on commit a535bd7

Please sign in to comment.