1
0
Fork 0

Fix some of the more obvious typos

This commit is contained in:
fauxpark 2017-12-09 16:49:07 +11:00 committed by Jack Humbert
parent 4c675a83ba
commit af37bb2f78
27 changed files with 59 additions and 59 deletions

View file

@ -71,7 +71,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
The `keycode` argument is whatever is defined in your keymap, eg `MO(1)`, `KC_L`, etc. You should use a `switch...case` block to handle these events.
The `record` argument contains infomation about the actual press:
The `record` argument contains information about the actual press:
```
keyrecord_t record {