Skip to content

Commit 12490aa

Browse files
committed
fix title
1 parent f6db964 commit 12490aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn main() {
6161
[^1]: Using a size that is not a power of 2 will be ~3x slower.
6262
[^2]: All ringbuffers are `no_std`, but some require an allocator to be available.
6363

64-
## To other ringbuffers
64+
## Comparison of other ringbuffers and ringbuffer-like datastructures
6565

6666
We ran a benchmark, pushing `10 000` elements to a ringbuffer with a capacity of `1000` (where it was possible to
6767
configure one) to compare

0 commit comments

Comments
 (0)