summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-11-17 08:28:24 +0100
committerAraq <rumpf_a@web.de>2014-11-17 08:28:24 +0100
commit729e048a324a6908b6a2d19a7d0186c05880151c (patch)
treeb7fe3838dd03c2f614e921828f7cf627ba7ff7e4 /doc
parentfd532b6dab930db7f456700f791065f22c155f9c (diff)
downloadNim-729e048a324a6908b6a2d19a7d0186c05880151c.tar.gz
fixes #940
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/locking.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/locking.txt b/doc/manual/locking.txt
index 1a6d2783c..864eeccb5 100644
--- a/doc/manual/locking.txt
+++ b/doc/manual/locking.txt
@@ -13,6 +13,7 @@ pragmas:
 3) Locks and routines can be annotated with `lock levels`:idx: to prevent
    deadlocks at compile time.
 
+
 Guards and the locks section
 ----------------------------