Maurits van der Schee hace 5 años
padre
commit
83c903f652
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -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…
Cancelar
Guardar