diff options
author | Araq <rumpf_a@web.de> | 2013-02-18 17:23:50 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-02-18 17:23:50 +0100 |
commit | 8e73d096c0cdb179f098858b5b1d3bbdcb52a4c7 (patch) | |
tree | 07b5fb979f60e4b29dcd23dd277d5b85b75e8e98 /web/news.txt | |
parent | d15981adbcfe507f58f3cc6167272d8af363bbf4 (diff) | |
download | Nim-8e73d096c0cdb179f098858b5b1d3bbdcb52a4c7.tar.gz |
typo in news.txt
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 3ec1ee0bf..a0728e812 100755 --- a/web/news.txt +++ b/web/news.txt @@ -27,7 +27,7 @@ Library Additions - There is a new experimental mark&sweep GC which can be faster (or much slower) than the default GC. Enable with ``--gc:markAndSweep``. - ``system.fields`` and ``system.fieldPairs`` support ``object`` too; they - used to only suppor tuples. + used to only support tuples. Changes affecting backwards compatibility |