Skip to content

Commit 99b6f79

Browse files
committed
Fix typo in README
1 parent e1e79bf commit 99b6f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The algorithm’s correctness is validated under the [C++11 memory model](https:
8282

8383
[Benchmark results](benches/README.md) highlight both the impact of reducing the number of atomic RMW and cache locality.
8484

85-
## Safety
85+
### Safety
8686

8787
The algorithm is implemented using **100% safe Rust**. However, the safe version includes redundant bounds checks and complex layout logic to group counters within a single cache line.
8888

0 commit comments

Comments
 (0)