mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-04 21:16:52 +02:00
docs: fix typo on arrays examples in gvariant-text
example lists [(1, 2), (3, 4.0)], but mentions numbers 1 and 4 being parsed as integrers, this seems wrong as 4.0 its explicitly parsed as double. Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commit is contained in:
parent
94a56ae4f5
commit
51e7ce2c20
@ -380,7 +380,7 @@
|
|||||||
inferencing in action.
|
inferencing in action.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<literal>[(1, 2), (3, 4.0)]</literal> causes the 2 to also be parsed as a double (but the 1 and 4 are still
|
<literal>[(1, 2), (3, 4.0)]</literal> causes the 2 to also be parsed as a double (but the 1 and 3 are still
|
||||||
integers).
|
integers).
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user