Skip to content

Commit 7405414

Browse files
authored
Update README.md
Fixed typo
1 parent 61cfb31 commit 7405414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Note: If there is no need to split the read or write operation into two chunks,
6464

6565
> [!TIP]
6666
> Please refer to the "[Examples](examples/README.md)" section to explore more API options, including the
67-
> new [Range-Based API](examples/README.md##4-range-based-api-stdranges), which completely abstracs away the two-block nature of the circular buffer.
67+
> new [Range-Based API](examples/README.md#4-range-based-api-stdranges), which completely abstracs away the two-block nature of the circular buffer.
6868
6969
Here is a complete, minimal example demonstrating the recommended batch-oriented usage. A producer thread sends several small batches of integers, and a consumer thread reads them as they become available.
7070

0 commit comments

Comments
 (0)