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
commit 9c2283cc4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>