key: fix wrong comment

This commit is contained in:
Mitchell Hashimoto
2023-08-07 15:39:08 -07:00
parent 32eb226fa3
commit 274f934e88

View File

@ -131,7 +131,7 @@ pub const Key = enum(c_int) {
equal,
left_bracket, // [
right_bracket, // ]
backslash, // /
backslash, // \
// control
up,