diff options
author | Shea Levy <shea@shealevy.com> | 2018-06-10 11:59:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 11:59:02 -0400 |
commit | 9c2283cc4aafa5766e164cc0f2e21a2d42dfb0c6 (patch) | |
tree | e6e5d573c47e2c251cbdc05e1dfbd558c290f0ea | |
parent | 74144ae845a99d130ab6b5f110c17847c1539a93 (diff) | |
parent | 17bc7579809e2afa3870ac1d85f7027d3681f506 (diff) |
Merge pull request #2220 from 7c6f434c/doc-floats
manual: builtins.fromJSON: remove the claim that floats are not allowed
-rw-r--r-- | doc/manual/expressions/builtins.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/expressions/builtins.xml b/doc/manual/expressions/builtins.xml index c7a7b49be..07d8357b4 100644 --- a/doc/manual/expressions/builtins.xml +++ b/doc/manual/expressions/builtins.xml @@ -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> |