diff options
author | A. S. Budden <abudden@gmail.com> | 2016-06-08 11:11:25 +0100 |
---|---|---|
committer | A. S. Budden <abudden@gmail.com> | 2016-06-08 11:11:25 +0100 |
commit | cc8092bbdf649cc4c62469273be13cdc2d82cb02 (patch) | |
tree | ab8f8b13fecedb436b96c02a5d6edbeccb5763be /web | |
parent | 1ecdcf313aa3663000ad7940a6936ec50f672602 (diff) | |
download | Nim-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.rst | 2 |
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. |