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. *