From f920723eae6fc6d535d31ff92051c02a8f169784 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Tue, 4 Jul 2023 22:42:50 +0100 Subject: [PATCH] AlertDialog: Remove spurious/unmatched backtick --- gtk/gtkalertdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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