forked from lix-project/lix
Merge pull request #2220 from 7c6f434c/doc-floats
manual: builtins.fromJSON: remove the claim that floats are not allowed
This commit is contained in:
commit
9c2283cc4a
|
@ -509,8 +509,7 @@ builtins.fromJSON ''{"x": [1, 2, 3], "y": null}''
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
returns the value <literal>{ x = [ 1 2 3 ]; y = null;
|
returns the value <literal>{ x = [ 1 2 3 ]; y = null;
|
||||||
}</literal>. Floating point numbers are not
|
}</literal>.</para></listitem>
|
||||||
supported.</para></listitem>
|
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue