summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-10-23 09:14:06 +0100
committerDaniel Boles <dboles@src.gnome.org>2017-10-23 09:14:27 +0100
commitaccdacdb7a8f321380f8c5ddc98ca309da243f65 (patch)
treec2a867fd08a6b0ba992ae6dd7df7a188ae200809
parent7269d55cc23404611a7de973049152afa97c2d9e (diff)
downloadglibmm-accdacdb7a8f321380f8c5ddc98ca309da243f65.tar.gz
Variant: Fix typo: unclosed monospace tag
-rw-r--r--glib/src/variant.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/variant.hg b/glib/src/variant.hg
index 837ee138..8310e19f 100644
--- a/glib/src/variant.hg
+++ b/glib/src/variant.hg
@@ -414,7 +414,7 @@ public:
*/
/** If this is a maybe-typed instance, try to extract its value. If there is
- * no value (the value is <tt>nothing</tt>), return <tt>false</tt. Otherwise,
+ * no value (the value is <tt>nothing</tt>), return <tt>false</tt>. Otherwise,
* the value is copied to the supplied Variant and <tt>true</tt> is returned.
*
* @param maybe A place in which to return the value, if it isn’t