From: Daniel Boles Date: Tue, 4 Jul 2023 21:42:50 +0000 (+0100) Subject: AlertDialog: Remove spurious/unmatched backtick X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~74 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f920723eae6fc6d535d31ff92051c02a8f169784;p=gtk4.git AlertDialog: Remove spurious/unmatched backtick --- diff --git a/gtk/gtkalertdialog.c b/gtk/gtkalertdialog.c index efb4ed4a64..ac2633deeb 100644 --- a/gtk/gtkalertdialog.c +++ b/gtk/gtkalertdialog.c @@ -733,7 +733,7 @@ gtk_alert_dialog_choose (GtkAlertDialog *self, * and returns the index of the button that was clicked. * * Returns: the index of the button that was clicked, or -1 if - * the dialog was cancelled and `[property@Gtk.AlertDialog:cancel-button] + * the dialog was cancelled and [property@Gtk.AlertDialog:cancel-button] * is not set * * Since: 4.10