Skip to content

Commit 1998862

Browse files
author
MarkBaker
committed
Fix change log typo
1 parent d4585ed commit 1998862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
1414
- Implementation of the ISREF() Information function.
1515
- Added support for reading "formatted" numeric values from Csv files; although default behaviour of reading these values as strings is preserved.
1616

17-
(i.e a value of "12,345.67" can be read as numeric `1235.67`, not simply as a string `"12,345.67"`, if the `castFormattedNumberToNumeric()` setting is enabled.
17+
(i.e a value of "12,345.67" can be read as numeric `12345.67`, not simply as a string `"12,345.67"`, if the `castFormattedNumberToNumeric()` setting is enabled.
1818

1919
This functionality is locale-aware, using the server's locale settings to identify the thousands and decimal separators.
2020

0 commit comments

Comments
 (0)