Skip to content

Commit 274f934

Browse files
committed
key: fix wrong comment
1 parent 32eb226 commit 274f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/key.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub const Key = enum(c_int) {
131131
equal,
132132
left_bracket, // [
133133
right_bracket, // ]
134-
backslash, // /
134+
backslash, // \
135135

136136
// control
137137
up,

0 commit comments

Comments
 (0)