summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorA. S. Budden <abudden@gmail.com>2016-06-08 11:11:25 +0100
committerA. S. Budden <abudden@gmail.com>2016-06-08 11:11:25 +0100
commitcc8092bbdf649cc4c62469273be13cdc2d82cb02 (patch)
treeab8f8b13fecedb436b96c02a5d6edbeccb5763be /web
parent1ecdcf313aa3663000ad7940a6936ec50f672602 (diff)
downloadNim-cc8092bbdf649cc4c62469273be13cdc2d82cb02.tar.gz
Corrected typo in earlier release note addition.
Diffstat (limited to 'web')
-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.