Corrected typo in earlier release note addition.

This commit is contained in:
A. S. Budden
2016-06-08 11:11:25 +01:00
parent 1ecdcf313a
commit cc8092bbdf

View File

@@ -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.