Skip to content

Commit 22f7380

Browse files
committed
Fix typo
1 parent c147ae3 commit 22f7380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Keyboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ size_t Keyboard_::set(KeyboardKeycode k, bool s)
103103
}
104104
return 1;
105105
}
106-
// Its a normal key
106+
// It's a normal key
107107
else{
108108
// get size of keycodes during compile time
109109
const uint8_t keycodesSize = sizeof(_keyReport.keycodes);

0 commit comments

Comments
 (0)