all repos — grayfriday @ bd3e6c9492bdfc9b7a1fb1c0afd94c25fb866e3d

blackfriday fork with a few changes

Fix typo.
Antoine Grondin antoinegrondin@gmail.com
Sun, 01 Sep 2013 10:59:06 -0700
commit

bd3e6c9492bdfc9b7a1fb1c0afd94c25fb866e3d

parent

d4bdd8db214037eb7e2914094506e5239e6e0e3e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -92,7 +92,7 @@

* **Fast processing**. It is fast enough to render on-demand in most web applications without having to cache the output. -* **Thread safety**. You can run multiple parsers is different +* **Thread safety**. You can run multiple parsers in different goroutines without ill effect. There is no dependence on global shared state.