From c01be6cac74ee4e3f8a916b2c562578b4b38647f Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Sun, 14 May 2023 17:01:38 -0400 Subject: [PATCH] doc/actions: Fix end-of-file : The actions document ended with a : where there used to be a period, seemingly a bug in the conversion from XML. Replace that : with a period, and remove another spurious : inserted during the conversion. --- docs/reference/gtk/actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/actions.md b/docs/reference/gtk/actions.md index 2482c5c0b9..40057644bf 100644 --- a/docs/reference/gtk/actions.md +++ b/docs/reference/gtk/actions.md @@ -220,6 +220,6 @@ clipboard.cut, clipboard.copy, clipboard.paste selection.delete, selection.select-all : Selection operations on entries, text view and labels -color.select, color.customize: +color.select, color.customize : Operate on colors in a `GtkColorChooserWidget`. These actions are - unusual in that they have the non-trivial parameter type (dddd): + unusual in that they have the non-trivial parameter type (dddd). -- 2.30.2