diff options
author | narimiran <narimiran@users.noreply.github.com> | 2017-10-26 23:02:54 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-10-26 23:02:54 +0200 |
commit | 489f9e96f8f41be57a7453f50273ae8e21f017c6 (patch) | |
tree | 04401952c8d63712d5203d3ccf532e0beb79f4c2 /doc/manual/locking.txt | |
parent | bbc0d08dd55df49662ef61b2a6b44d542c8737e8 (diff) | |
download | Nim-489f9e96f8f41be57a7453f50273ae8e21f017c6.tar.gz |
Tweeks in the manual (#6599)
Diffstat (limited to 'doc/manual/locking.txt')
-rw-r--r-- | doc/manual/locking.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/locking.txt b/doc/manual/locking.txt index 94fcdefc8..99ffe8970 100644 --- a/doc/manual/locking.txt +++ b/doc/manual/locking.txt @@ -2,7 +2,7 @@ Guards and locks ================ Apart from ``spawn`` and ``parallel`` Nim also provides all the common low level -concurrency mechanisms like locks, atomic intristics or condition variables. +concurrency mechanisms like locks, atomic intrinsics or condition variables. Nim significantly improves on the safety of these features via additional pragmas: |