summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-06-29 18:23:23 -0400
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-07-03 10:13:45 -0400
commit62b55592e8e0857ed37d2f60ddd78ff959c0821b (patch)
tree32b348055dc55d5109ae8a851db02c94e9aaa1c2 /doc
parent39f549d06a095f1797f4547c1a964408f92a890a (diff)
downloadNim-62b55592e8e0857ed37d2f60ddd78ff959c0821b.tar.gz
CRC -> Hash
Diffstat (limited to 'doc')
-rw-r--r--doc/nimc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.txt b/doc/nimc.txt
index fb1873539..e90c38002 100644
--- a/doc/nimc.txt
+++ b/doc/nimc.txt
@@ -318,7 +318,7 @@ with the project:
 .. code-block:: Nim
   {.compile: "myfile.cpp".}
 
-**Note**: Nim computes a CRC checksum and only recompiles the file if it
+**Note**: Nim computes a SHA1 checksum and only recompiles the file if it
 has changed. You can use the ``-f`` command line option to force recompilation
 of the file.