summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-05-29 22:53:44 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-05-29 22:53:44 +0100
commit90b255ee93684515914f2ebd3fd2c6f822225883 (patch)
tree65d6ee57ec0ce976dfdaceac110747e8652fde83
parentcc8b3d6ee203c58a6465c464d71838dd587241eb (diff)
downloadglib-90b255ee93684515914f2ebd3fd2c6f822225883.tar.gz
docs: Fix minor cross-linking problem in GVariant documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--glib/gvariant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gvariant.c b/glib/gvariant.c
index 3114cc30f..e117d0740 100644
--- a/glib/gvariant.c
+++ b/glib/gvariant.c
@@ -3296,7 +3296,7 @@ g_variant_builder_ref (GVariantBuilder *builder)
* #GVariantBuilder if you want to abort building the value part-way
* through. This function need not be called if you call
* g_variant_builder_end() and it also doesn't need to be called on
- * builders allocated with g_variant_builder_new (see
+ * builders allocated with g_variant_builder_new() (see
* g_variant_builder_unref() for that).
*
* This function leaves the #GVariantBuilder structure set to all-zeros.