Skip to content

Commit 184573c

Browse files
committed
docs(README): fix whitespace in good to know section
1 parent 53e46d7 commit 184573c

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
@@ -114,7 +114,7 @@ go install github.com/mrz1836/mage-x/cmd/magex@latest
114114
- **Benchmarks** – Check the latest numbers in the [benchmark results](#benchmark-results)
115115
- **Test Suite** – Review both the [unit tests](lock_free_queue_test.go) and [fuzz tests](lock_free_queue_fuzz_test.go) (powered by [`testify`](https://github.com/stretchr/testify))
116116

117-
> **Good to know:** `go-lockfree-queue` ships with *zero* runtime dependencies.
117+
> **Good to know:** `go-lockfree-queue` ships with *zero* runtime dependencies.
118118
> The only external package we use is `testify`—and that's strictly for tests.
119119
120120
<br/>

0 commit comments

Comments
 (0)