summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-19 13:47:13 +0100
committerAraq <rumpf_a@web.de>2014-12-19 13:47:13 +0100
commit00a702baeb4ad5e55811ec7b0fbecafa69ef412a (patch)
treea9e03419af8e6f51adefb843e80e8272c1d1cf74
parent76c3b314dcd0e67fae8bd9b113753480267dfdae (diff)
parent08e8de45c4447eb1cc8002beb21c840cb3075e14 (diff)
downloadNim-00a702baeb4ad5e55811ec7b0fbecafa69ef412a.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
-rw-r--r--doc/gc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gc.txt b/doc/gc.txt
index 9398262d9..d6e228558 100644
--- a/doc/gc.txt
+++ b/doc/gc.txt
@@ -19,7 +19,7 @@ code generation). The GC **never** scans the whole heap but it may scan the
 delta-subgraph of the heap that changed since its last run.
 
 
-The GC is only triggered in a memory allocation operation. It it not triggered
+The GC is only triggered in a memory allocation operation. It is not triggered
 by some timer and does not run in a background thread.
 
 To force a full collection call ``GC_fullCollect``. Note that it is generally