mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-06 12:50:07 +02:00
docs: Fix a typo in the GVariant text format documentation
There were some quotes missing from an a{sv} key. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
c3fbfbd2bd
commit
993b113a63
@ -465,7 +465,7 @@
|
|||||||
parses successfully. You would need to specify <literal>[<['']>, <@as []>]</literal>.
|
parses successfully. You would need to specify <literal>[<['']>, <@as []>]</literal>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<literal>{"title": <"frobit">, "enabled": <true>, width: <800>}</literal> is an example of
|
<literal>{"title": <"frobit">, "enabled": <true>, "width": <800>}</literal> is an example of
|
||||||
perhaps the most pervasive use of both dictionaries and variants.
|
perhaps the most pervasive use of both dictionaries and variants.
|
||||||
</para>
|
</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user