Update help comment for backslash (#3173)

Such a little commit, but I banged my head on it for a few minutes!
This commit is contained in:
Mitchell Hashimoto
2024-12-26 19:33:08 -08:00
committed by GitHub

View File

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