summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-09-24 19:18:08 +0200
committerAraq <rumpf_a@web.de>2011-09-24 19:18:08 +0200
commit485c371942cbbb1f9a10c64b6fcc699e59511460 (patch)
tree06afc132570838dd1b64c70b79d64f8fff3509b6 /web/news.txt
parent72ceda98cbbef896c31102a2c90d5f9fe1033d03 (diff)
downloadNim-485c371942cbbb1f9a10c64b6fcc699e59511460.tar.gz
renamed optional to discardable
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index a531f0334..7fdfd5628 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -47,8 +47,8 @@ Language Additions
 - Return types may be of the type ``var T`` to return an l-value.
 - The error pragma can now be used to mark symbols whose *usage* should trigger
   a compile-time error.
-- There is a new ``optional`` pragma that can be used to mark a routine so that
-  its result can be discarded implicitely.
+- There is a new ``discardable`` pragma that can be used to mark a routine 
+  so that its result can be discarded implicitely.
 
 
 Compiler Additions