doc/actions: Fix end-of-file :
authorFeRD (Frank Dana) <ferdnyc@gmail.com>
Sun, 14 May 2023 21:01:38 +0000 (17:01 -0400)
committerFeRD (Frank Dana) <ferdnyc@gmail.com>
Sun, 14 May 2023 21:01:38 +0000 (17:01 -0400)
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

index 2482c5c0b98922485f8ddf0cc5ac2cb9decc9520..40057644bf675cf6e95e88240ea3531d8b5d9020 100644 (file)
@@ -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).