all repos — grayfriday @ 3f24fadb287eb593a53a00570cd8092b6e572244

blackfriday fork with a few changes

Merge pull request #31 from aybabtme/patch-1

Fix typo.
Vytautas Ĺ altenis Vytautas.Shaltenis@gmail.com
Sun, 01 Sep 2013 11:56:32 -0700
commit

3f24fadb287eb593a53a00570cd8092b6e572244

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.