summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-01 07:56:10 +0200
committerAraq <rumpf_a@web.de>2011-08-01 07:56:10 +0200
commit00a4e19e8fe7e0cb02d77523989803591dd6d5cf (patch)
treee9d6b169795a11069ae6303814c2e481ccddfa75 /web/news.txt
parentdd99fe61c02c79a42965cb0c24f2e8e24eec3886 (diff)
downloadNim-00a4e19e8fe7e0cb02d77523989803591dd6d5cf.tar.gz
clean exit codes for all the tools
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index d899c52cc..7a58ee4c4 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -40,7 +40,7 @@ Language Additions
 
 - Added new ``is`` and ``of`` operators.
 - The built-in type ``void`` can be used to denote the absense of any type.
-  This is only needed in generic contexts.
+  This is useful in generic code.
 - Return types may be of the type ``var T`` to return an l-value.