summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeRD (Frank Dana) <ferdnyc@gmail.com>2023-05-14 09:18:48 +0000
committerFeRD (Frank Dana) <ferdnyc@gmail.com>2023-05-14 05:29:18 -0400
commit9b1026886b86809055286413bdc4023df0b5896b (patch)
treed5ddc01add58662519bb50d716b21edcd67f2fcb
parentef7679235a7bca3f9091f1120dc0430ee4d50508 (diff)
downloadgtk+-9b1026886b86809055286413bdc4023df0b5896b.tar.gz
docs/input-handling: Don't leave reader hanging
Strangely, the document's last sentence ended with a colon, giving the impression there's missing text that should follow. There is not. Even more strange, it's _always_ ended with a colon, ever since the file was converted from XML (in commit 10cd539104af54f5d1d1e49618f5aa9d8ac42074). BUT, the XML file it was converted _from_ ended that same sentence with a period! I have no idea where the colon came from.
-rw-r--r--docs/reference/gtk/input-handling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/input-handling.md b/docs/reference/gtk/input-handling.md
index 59983f092d..df92aa281a 100644
--- a/docs/reference/gtk/input-handling.md
+++ b/docs/reference/gtk/input-handling.md
@@ -208,4 +208,4 @@ sequence, so setting the state on one does transfer the state to
the others. They also are mutually exclusive, within a widget
where may be only one gesture group claiming a given sequence.
If another gesture group claims later that same sequence, the
-first group will deny the sequence:
+first group will deny the sequence.