summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-01-10 00:33:32 +0100
committerAraq <rumpf_a@web.de>2012-01-10 00:33:32 +0100
commite7e3c451efa3207339eea01b8eba0b76dd4bfc91 (patch)
treec9d20905e0b116caca9f04152b90cf4f6067e4ee /lib
parent4dcd7170aac93e17aa6cc3d8d9a067caf5e75bad (diff)
downloadNim-e7e3c451efa3207339eea01b8eba0b76dd4bfc91.tar.gz
removed '^ deprecated' message
Diffstat (limited to 'lib')
-rwxr-xr-xlib/system.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 2eef4d408..59e95cf13 100755
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -819,7 +819,7 @@ const
 
 var programResult* {.exportc: "nim_program_result".}: int
   ## modify this varialbe to specify the exit code of the program
-  ## under normal circumstances. when the program is terminated
+  ## under normal circumstances. When the program is terminated
   ## prematurelly using ``quit``, this value is ignored.
 
 proc quit*(errorcode: int = QuitSuccess) {.