Skip to content

Commit

Permalink
Changed the wring buffer slash direction to work on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 13, 2023
1 parent 03d101e commit 39c23bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/generic/ring_buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
A ring buffer is a data structure that efficiently manages a fixed-size, cyclically-referenced buffer, allowing for constant-time insertions and removals while overwriting the oldest data when full.


```csharp file=../../src/Extended.Collections.Playground\Generic\RingBufferSandbox.cs#L2-
```csharp file=../../src/Extended.Collections.Playground/Generic/RingBufferSandbox.cs#L2-
// Imported
```

0 comments on commit 39c23bf

Please sign in to comment.