From c82b5b8d8a72ef114b5482a51935038fc6866478 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 19:44:35 -0500 Subject: [PATCH] centerbox: Small docs tweak --- gtk/gtkcenterbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcenterbox.c b/gtk/gtkcenterbox.c index e448482fa9..73b1f17888 100644 --- a/gtk/gtkcenterbox.c +++ b/gtk/gtkcenterbox.c @@ -35,7 +35,7 @@ * * # GtkCenterBox as GtkBuildable * - * The `GtkCenterBox` implementation of the [iface@Gtk.Buildable] interface + * The `GtkCenterBox` implementation of the `GtkBuildable` interface * supports placing children in the 3 positions by specifying “start”, “center” * or “end” as the “type” attribute of a element. *