summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-07-05 00:41:13 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-07-05 00:41:13 +0200
commit1ad729ee3b4738cffcbf0009e8849cb57b729e91 (patch)
treedf142eada07fbf4b84daf87a25e2d763219609bc /doc
parentb9ccd060130f570c501ecd96b261d8eb2a7f2cb3 (diff)
parent62b55592e8e0857ed37d2f60ddd78ff959c0821b (diff)
downloadNim-1ad729ee3b4738cffcbf0009e8849cb57b729e91.tar.gz
Merge pull request #3020 from flaviut/rename-crc-to-hash
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.