Merge pull request #1 from yglukhov/patch-1

typo
This commit is contained in:
Andreas Rumpf 2015-07-24 17:27:24 +02:00
commit 32fe35b1f3

View file

@ -222,7 +222,7 @@ GC safety
import threadpool, tables, strutils
{.pragma isolated, threadvar.}
{.pragma: isolated, threadvar.}
var tab {.isolated.}: CountTable[string]