From 845d35dd502f510f8d7b52c5cd522b1956737c01 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 15 Feb 2022 18:00:32 +0100 Subject: [PATCH] io/key: update stale comment Signed-off-by: Elias Naur --- io/key/key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/key/key.go b/io/key/key.go index 3775a4c8..e22da449 100644 --- a/io/key/key.go +++ b/io/key/key.go @@ -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