Merge pull request #2220 from 7c6f434c/doc-floats

manual: builtins.fromJSON: remove the claim that floats are not allowed
This commit is contained in:
Shea Levy
2018-06-10 11:59:02 -04:00
committed by GitHub
+1 -2
View File
@@ -509,8 +509,7 @@ builtins.fromJSON ''{"x": [1, 2, 3], "y": null}''
</programlisting>
returns the value <literal>{ x = [ 1 2 3 ]; y = null;
}</literal>. Floating point numbers are not
supported.</para></listitem>
}</literal>.</para></listitem>
</varlistentry>