diff options
author | Araq <rumpf_a@web.de> | 2014-12-15 20:59:03 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-15 20:59:03 +0100 |
commit | e39d4bb4e004843422532d074b5726d138add773 (patch) | |
tree | 67812bb04ca7aeed20b8df77cac5ac2048f9441c | |
parent | 7cf36add377f266b2714d63616f818b886eb6703 (diff) | |
download | Nim-e39d4bb4e004843422532d074b5726d138add773.tar.gz |
typo
-rw-r--r-- | doc/manual/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/modules.txt b/doc/manual/modules.txt index 6ca32fef8..4000597d0 100644 --- a/doc/manual/modules.txt +++ b/doc/manual/modules.txt @@ -57,7 +57,7 @@ imported: It is not checked that the ``except`` list is really exported from the module. This feature allows to compile against an older version of the module that -lacks does not export these identifiers. +does not export these identifiers. Include statement |