Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 4c3a46f

Browse files
committed
Fix typo in ShiftKeyDefinition comment
1 parent 849f988 commit 4c3a46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keyboardlayout/layout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (kl KeyboardLayout) KeyDefinition(key KeyInput) (KeyDefinition, bool) {
5555
}
5656

5757
// ShiftKeyDefinition returns shift key definition of a given key input.
58-
// It an empty key definition if it cannot find the key.
58+
// It returns an empty key definition if it cannot find the key.
5959
func (kl KeyboardLayout) ShiftKeyDefinition(key KeyInput) KeyDefinition {
6060
for _, d := range kl.Keys {
6161
if d.ShiftKey == string(key) {

0 commit comments

Comments
 (0)