Merge branch 'gvariant_text_typo_arrays' into 'master'

docs: fix typo on arrays examples in gvariant-text

See merge request GNOME/glib!915
This commit is contained in:
Philip Withnall 2019-06-12 16:19:32 +00:00
commit e8a4f34952

View File

@ -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>