io/key: update stale comment

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2022-02-15 18:00:32 +01:00
parent 182e701081
commit 845d35dd50
+1 -1
View File
@@ -64,7 +64,7 @@ type Range struct {
}
// Snippet represents a snippet of text content used for communicating between
// an editor and an input method. Offset and Length are in runes.
// an editor and an input method.
type Snippet struct {
Range
Text string