diff options
author | Araq <rumpf_a@web.de> | 2014-04-30 00:16:35 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-30 00:16:35 +0200 |
commit | 5710a05422d4820777e08aad0d44c49873b8385e (patch) | |
tree | 4d62cd667b0e5b7f8b7d177b47954c83f109389e /web | |
parent | 6a39155399f73933fae5b66c7a36a51a8827cc9e (diff) | |
download | Nim-5710a05422d4820777e08aad0d44c49873b8385e.tar.gz |
fixed a typo
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 4c41a0a76..0bbae7b7b 100644 --- a/web/news.txt +++ b/web/news.txt @@ -97,7 +97,7 @@ Library Additions - Added module ``selectors``. - Added module ``asynchttpserver``. - Added support for the new asynchronous IO in the ``httpclient`` module. -- Added a Python-inspired ``future`` module that feature upcoming additions +- Added a Python-inspired ``future`` module that features upcoming additions to the ``system`` module. |