Skip to content

Commit

Permalink
chore: update godocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 10, 2024
1 parent 2e67dbf commit 656565f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions key.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ import (
// }
// }
// }
//
// Note that Key.Runes will always contain at least one character, so you can
// always safely call Key.Runes[0]. In most cases Key.Runes will only contain
// one character, though certain input method editors (most notably Chinese
// IMEs) can input multiple runes at once.
type (
Key = input.Key
KeyMsg = input.KeyDownEvent
Expand Down

0 comments on commit 656565f

Please sign in to comment.