summary refs log tree commit diff stats
path: root/doc/spawn.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-01-20 20:32:30 +0100
committerAraq <rumpf_a@web.de>2017-01-20 20:32:41 +0100
commitebcc88238e26078a1ac2c7199773a0962b5b0c88 (patch)
treedc4bf57d57765ce4a65b7d9691a760d9e72d1aa2 /doc/spawn.txt
parent572fd067cff6dfab8f79bc243cd21f1fc4b0b7f3 (diff)
downloadNim-ebcc88238e26078a1ac2c7199773a0962b5b0c88.tar.gz
documented the new .gcsafe override pragma
Diffstat (limited to 'doc/spawn.txt')
-rw-r--r--doc/spawn.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/spawn.txt b/doc/spawn.txt
index 5d65243d2..522c94464 100644
--- a/doc/spawn.txt
+++ b/doc/spawn.txt
@@ -92,5 +92,4 @@ restrictions / changes:
 * Every array access has to be provably within bounds. This is called
   the *bounds check*.
 * Slices are optimized so that no copy is performed. This optimization is not
-  yet performed for ordinary slices outside of a ``parallel`` section. Slices
-  are also special in that they currently do not support negative indexes!
+  yet performed for ordinary slices outside of a ``parallel`` section.