diff options
author | Araq <rumpf_a@web.de> | 2014-11-17 08:28:24 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-11-17 08:28:24 +0100 |
commit | 729e048a324a6908b6a2d19a7d0186c05880151c (patch) | |
tree | b7fe3838dd03c2f614e921828f7cf627ba7ff7e4 /doc | |
parent | fd532b6dab930db7f456700f791065f22c155f9c (diff) | |
download | Nim-729e048a324a6908b6a2d19a7d0186c05880151c.tar.gz |
fixes #940
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/locking.txt | 1 |
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 ---------------------------- |