summary refs log tree commit diff stats
path: root/doc/nimrodc.txt
diff options
context:
space:
mode:
authorPatrick Pelletier <code@funwithsoftware.org>2014-05-07 17:31:06 -0700
committerPatrick Pelletier <code@funwithsoftware.org>2014-05-07 17:34:22 -0700
commit809390ef46b766ddb19cd31477f268f9f6dd0b7b (patch)
treee0b9e417d9e5bb5b3b1c23609cdd84a45ee89fb5 /doc/nimrodc.txt
parent71ca28fa2bb2390ada69045b6a1fd6e4bb8e68d5 (diff)
downloadNim-809390ef46b766ddb19cd31477f268f9f6dd0b7b.tar.gz
fix some typos
Diffstat (limited to 'doc/nimrodc.txt')
-rw-r--r--doc/nimrodc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt
index 52e0a6eaf..d1925547e 100644
--- a/doc/nimrodc.txt
+++ b/doc/nimrodc.txt
@@ -167,7 +167,7 @@ might contain some cruft even when dead code elimination is turned on. So
 the final release build should be done with ``--symbolFiles:off``.

 

 Due to the aggregation of C code it is also recommended that each project

-resists in its own directory so that the generated ``nimcache`` directory

+resides in its own directory so that the generated ``nimcache`` directory

 is not shared between different projects.