Maurits van der Schee 4 lat temu
rodzic
commit
83c903f652
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      README.md

+ 1
- 1
README.md Wyświetl plik

@@ -1060,7 +1060,7 @@ JavaScript does not support 64 bit integers. All numbers are stored as 64 bit fl
1060 1060
 
1061 1061
 ### Inf and NaN floats
1062 1062
 
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.
1064 1064
 
1065 1065
 ## Errors
1066 1066
 

Loading…
Anuluj
Zapisz