summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorawr <41453959+awr1@users.noreply.github.com>2018-09-07 00:00:20 -0500
committerawr <41453959+awr1@users.noreply.github.com>2018-09-07 00:00:20 -0500
commit5ee924c711fdb04bef0106ccaeb21c37542c2508 (patch)
tree0660c9a9b18f8efaeb22b1581c08e3c2f7946dc2 /doc
parent32deb70bae984dc034c3f0d61f414f1530701b3f (diff)
downloadNim-5ee924c711fdb04bef0106ccaeb21c37542c2508.tar.gz
whoops, forgot to remove old pragma section
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 33d3e8242..a7bec649c 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -6495,7 +6495,7 @@ level:
 ..
    TODO: Let's table this for now. This is an *experimental feature* and so the
    specific manner in which ``declared`` operates with it can be decided in
-   eventuality.
+   eventuality, because right now it works a bit weirdly.
 
    The values of expressions involving ``declared`` are decided *before* the
    code reordering process, and not after. As an example, the output of this
@@ -6928,9 +6928,6 @@ the created global variables within a module is not defined, but all of them
 will be initialized after any top-level variables in their originating module
 and before any variable in a module that imports it.
 
-reorder pragma
---------------
-
 pragma pragma
 -------------