From 90b255ee93684515914f2ebd3fd2c6f822225883 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 29 May 2017 22:53:44 +0100 Subject: [PATCH] docs: Fix minor cross-linking problem in GVariant documentation Signed-off-by: Philip Withnall --- glib/gvariant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.