summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2017-02-14 21:09:49 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2017-02-14 21:09:49 +0100
commit4c683e90ece19e0f9b2833daf4d4f783ab186718 (patch)
tree0e7c4180e499d5a2d4a8357ecc028e883fec9982 /web
parent4a8257d99259ddf763bbcf3230545dec5380bbec (diff)
downloadNim-4c683e90ece19e0f9b2833daf4d4f783ab186718.tar.gz
Fix rst parse problem in version 0.16.2 news.
Diffstat (limited to 'web')
-rw-r--r--web/news/e031_version_0_16_2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst
index 2d725028e..171e4cef1 100644
--- a/web/news/e031_version_0_16_2.rst
+++ b/web/news/e031_version_0_16_2.rst
@@ -21,8 +21,8 @@ Changes affecting backwards compatibility
 - A hash procedure has been added for ``cstring`` type in ``hashes`` module.
   Previously, hash of a ``cstring`` would be calculated as a hash of the
   pointer. Now the hash is calculated from the contents of the string, assuming
-  ``cstring`` is a null-terminated string. Equal ``string``s and ``cstring``s
-  produce equal hash value.
+  ``cstring`` is a null-terminated string. Equal ``string`` and ``cstring``
+  values produce an equal hash value.
 
 Library Additions
 -----------------