diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-08 12:52:54 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-08 12:52:54 +0100 |
commit | 8526d2936517fec9db9608607cea971bcd804428 (patch) | |
tree | 4ecc51d8e682440c21c273de8f5bf3e317b77b68 | |
parent | 53c0012a83a0131daf5c72729ddc3acd433f671d (diff) | |
download | Nim-8526d2936517fec9db9608607cea971bcd804428.tar.gz |
Adds missing ``s`` to sligthly odd sentence.
-rw-r--r-- | doc/tut2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut2.txt b/doc/tut2.txt index fc0c0630e..82be57000 100644 --- a/doc/tut2.txt +++ b/doc/tut2.txt @@ -948,7 +948,7 @@ Generating AST by hand To generate an AST we would need to intimately know the structures used by the Nimrod compiler exposed in the `macros module <macros.html>`_, which at first -look seems a daunting task. But we can use a helper shortcut the ``dumpTree`` +look seems a daunting task. But we can use as helper shortcut the ``dumpTree`` macro, which is used as a statement macro instead of an expression macro. Since we know that we want to generate a bunch of ``const`` symbols we can create the following source file and compile it to see what the compiler |