From b368e91e5d1577ca7afd054af42d2615d6472177 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Mon, 20 Jul 2015 16:03:59 -0700 Subject: [PATCH] typo --- 3_effects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_effects.rst b/3_effects.rst index 6d9bd7c..42ccbd9 100644 --- a/3_effects.rst +++ b/3_effects.rst @@ -222,7 +222,7 @@ GC safety import threadpool, tables, strutils - {.pragma isolated, threadvar.} + {.pragma: isolated, threadvar.} var tab {.isolated.}: CountTable[string]