diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-12-29 18:00:50 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-12-29 18:00:50 +0000 |
commit | 6d749aed291dbe27a42fef25550460cbd2fe6990 (patch) | |
tree | 3917252cefec5fde08a9092ee7f6532ead377828 | |
parent | 3f113f946d3a8569f420e1465445ec162bfcaf99 (diff) | |
download | Nim-6d749aed291dbe27a42fef25550460cbd2fe6990.tar.gz |
Fix typo in news.
-rw-r--r-- | web/news.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt index ddeab0f9b..cca2aaeee 100644 --- a/web/news.txt +++ b/web/news.txt @@ -28,7 +28,7 @@ for lightweight threading through the use of ``spawn``. The unpopular "T" and "P" prefixes on types have been deprecated. Nim also became more expressive by weakening the distinction between statements and -epxressions. We also added a new and searchable forum, a new website, and our +expressions. We also added a new and searchable forum, a new website, and our documentation generator ``docgen`` has seen major improvements. What's left to be done @@ -194,7 +194,6 @@ Bugfixes - Fixed queue exhaustion bug. - Many, many more. - 2014-12-09 New website design! ============================== |