Fix comment of CM_QUES (Colemak question mark) (#18557)

`#define CM_QUES S(CM_SLSH) // /` → `#define CM_QUES S(CM_SLSH) // ?`
This commit is contained in:
precondition 2022-10-01 10:52:46 +02:00 committed by GitHub
parent f81123469e
commit e78fa1fbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,4 +122,4 @@
// Row 4
#define CM_LABK S(CM_COMM) // <
#define CM_RABK S(CM_DOT) // >
#define CM_QUES S(CM_SLSH) // /
#define CM_QUES S(CM_SLSH) // ?