summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorSatish BD <bdsatish@gmail.com>2013-12-23 04:29:50 +0200
committerSatish BD <bdsatish@gmail.com>2013-12-23 04:29:50 +0200
commit033938a53a62399d45c5fd6fe9c4e798431c964f (patch)
treea2340bec81097aa0451701ad65d387dc7d12bad0 /web/news.txt
parent52a8226edda05f2d3baad791639a1c2fe7f103cc (diff)
downloadNim-033938a53a62399d45c5fd6fe9c4e798431c964f.tar.gz
Correct the spelling of the word 'implicitly'
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 3d1546fb7..4f40d6484 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -309,7 +309,7 @@ Changes affecting backwards compatibility
 - The Nimrod type system now distinguishes ``openarray`` from ``varargs``.
 - Templates are now ``hygienic``. Use the ``dirty`` pragma to get the old
   behaviour.
-- Objects that have no ancestor are now implicitely ``final``. Use 
+- Objects that have no ancestor are now implicitly ``final``. Use 
   the ``inheritable`` pragma to introduce new object roots apart 
   from ``TObject``.
 - Macros now receive parameters like templates do; use the ``callsite`` builtin
@@ -439,7 +439,7 @@ Language Additions
 - The error pragma can now be used to mark symbols whose *usage* should trigger
   a compile-time error.
 - There is a new ``discardable`` pragma that can be used to mark a routine 
-  so that its result can be discarded implicitely.
+  so that its result can be discarded implicitly.
 - Added a new ``noinit`` pragma to prevent automatic initialization to zero
   of variables.
 - Constants can now have the type ``seq``.