Skip to content

Commit 83c903f

Browse files
committed
update
1 parent fea27a1 commit 83c903f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ JavaScript does not support 64 bit integers. All numbers are stored as 64 bit fl
10601060

10611061
### Inf and NaN floats
10621062

1063-
The valid floating point values 'Infinite' (calculated with '1/0') and 'Not a Number' (calculated with '0/0') cannot be expressed in JSON, as they are not supported by the [JSON specification](https://www.json.org). When these values are stored in a database then you cannot read them as it outputs records as JSON.
1063+
The valid floating point values 'Infinite' (calculated with '1/0') and 'Not a Number' (calculated with '0/0') cannot be expressed in JSON, as they are not supported by the [JSON specification](https://www.json.org). When these values are stored in a database then you cannot read them as this script outputs database records as JSON.
10641064

10651065
## Errors
10661066

0 commit comments

Comments
 (0)