README: Remove incorrect statement
Anything can run out of memory, it's a normal thing. What's important is to handle things correctly when you run out of memory (i.e. don't crash). Saying Hoedown will never run out of memory is like saying dd-rescue will never get I/O errors. I think the author meant "memory leak" rather than "run out of memory".
This commit is contained in:
parent
cc768b16e5
commit
4d4cac2313
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ Features
|
|||
all possible DOS attacks (stack overflows, out of memory situations, malformed
|
||||
Markdown syntax...) and against client attacks through malicious embedded HTML.
|
||||
|
||||
We've worked very hard to make `Hoedown` never crash or run out of memory
|
||||
under *any* input.
|
||||
We've worked very hard to make `Hoedown` never leak or crash under *any* input.
|
||||
|
||||
* **Customizable renderers**
|
||||
|
||||
|
|
Loading…
Reference in a new issue