Skip to content

Commit 0419e2e

Browse files
authored
Fix typo in 03_leak.md (#220)
Corrected a confusing sentence with double negative.
1 parent 4b02e92 commit 0419e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/07_threads/03_leak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When the process exits, the operating system will reclaim that memory.
3838

3939
Keeping this in mind, it can be OK to leak memory when:
4040

41-
- The amount of memory you need to leak is not unbounded/known upfront, or
41+
- The amount of memory you need to leak is bounded/known upfront, or
4242
- Your process is short-lived and you're confident you won't exhaust
4343
all the available memory before it exits
4444

0 commit comments

Comments
 (0)