From: FeRD (Frank Dana) Date: Sun, 14 May 2023 21:01:38 +0000 (-0400) Subject: doc/actions: Fix end-of-file : X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~260^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c01be6cac74ee4e3f8a916b2c562578b4b38647f;p=gtk4.git 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. --- 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).