manual: builtins.fromJSON: remove the claim that floats are not allowed

floating-point numbers are supported now, including the fromJSON
builtin. Reported on IRC by inquisitiv3
This commit is contained in:
Michael Raskin 2018-06-10 14:20:18 +02:00
parent 74144ae845
commit 17bc757980
1 changed files with 1 additions and 2 deletions

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>