[glibmm/glibmm-2-54] Variant: Fix typo: unclosed monospace tag



commit accdacdb7a8f321380f8c5ddc98ca309da243f65
Author: Daniel Boles <dboles src gnome org>
Date:   Mon Oct 23 09:14:06 2017 +0100

    Variant: Fix typo: unclosed monospace tag

 glib/src/variant.hg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/src/variant.hg b/glib/src/variant.hg
index 837ee13..8310e19 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]