[glib: 4/5] docs: Fix a typo in the GVariant text format documentation
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 4/5] docs: Fix a typo in the GVariant text format documentation
- Date: Tue, 18 Dec 2018 15:35:40 +0000 (UTC)
commit 993b113a632b7e4ed079f0ce363c9ad86e26d9d8
Author: Philip Withnall <withnall endlessm com>
Date: Wed Nov 28 20:32:10 2018 +0000
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>
docs/reference/glib/gvariant-text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/reference/glib/gvariant-text.xml b/docs/reference/glib/gvariant-text.xml
index d569f0c74..71d07dfb1 100644
--- a/docs/reference/glib/gvariant-text.xml
+++ b/docs/reference/glib/gvariant-text.xml
@@ -465,7 +465,7 @@
parses successfully. You would need to specify <literal>[<['']>, <@as []>]</literal>.
</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.
</para>
</refsect2>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]