summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-06-08 13:01:23 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-06-08 13:01:23 +0200
commit32880db9292d9608bbef746b02f8065efad4f562 (patch)
tree84efafb1aac96e6dc5bb47a161fb3190366c19a8
parent1d1d424fbc820fb074c05927ed5b2801fa543d1a (diff)
parentcc8092bbdf649cc4c62469273be13cdc2d82cb02 (diff)
downloadNim-32880db9292d9608bbef746b02f8065efad4f562.tar.gz
Merge pull request #4300 from abudden/docfix2
Corrected typo in earlier release note addition.
-rw-r--r--web/news/2016_06_07_version_0_14_0_released.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news/2016_06_07_version_0_14_0_released.rst b/web/news/2016_06_07_version_0_14_0_released.rst
index 32917f35d..6634d0053 100644
--- a/web/news/2016_06_07_version_0_14_0_released.rst
+++ b/web/news/2016_06_07_version_0_14_0_released.rst
@@ -215,7 +215,7 @@ Library Additions
   ``until`` token. The other versions are for ``char`` and ``set[char]``.
 - Added ``splitDecimal`` to ``math.nim`` to split a floating point value
   into an integer part and a floating part (in the range -1<x<1).
-- Added ``trimZeros`` to ```strutils.nim`` to trim trailing zeros in a
+- Added ``trimZeros`` to ``strutils.nim`` to trim trailing zeros in a
   floating point number.
 - Added ``formatEng`` to ``strutils.nim`` to format numbers using engineering
   notation.