Fix typo in 03_leak.md (#220)
Some checks failed
CI / build (push) Has been cancelled
CI / is_fresh (push) Has been cancelled
CI / formatter (push) Has been cancelled
CI / gravity (push) Has been cancelled

Corrected a confusing sentence with double negative.
This commit is contained in:
Will Bush 2024-11-19 02:19:50 -06:00 committed by GitHub
parent 4b02e92691
commit 0419e2e8b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ When the process exits, the operating system will reclaim that memory.
Keeping this in mind, it can be OK to leak memory when: Keeping this in mind, it can be OK to leak memory when:
- The amount of memory you need to leak is not unbounded/known upfront, or - The amount of memory you need to leak is bounded/known upfront, or
- Your process is short-lived and you're confident you won't exhaust - Your process is short-lived and you're confident you won't exhaust
all the available memory before it exits all the available memory before it exits