Fix misspelling (#23)

funtcion -> function
This commit is contained in:
gk 2020-08-18 23:59:07 +10:00 committed by GitHub
parent 9fe0f03a44
commit 3d534e8b18

View file

@ -114,7 +114,7 @@ A handle to a keyboard.
#### keyboard:keymap(keymap) #### keyboard:keymap(keymap)
The funtcion takes a table as parameter. The function takes a table as parameter.
The possible table indexes are "rules, model, layout, variant, options". The possible table indexes are "rules, model, layout, variant, options".
All the table parameters are optional and set to the system default if not set. All the table parameters are optional and set to the system default if not set.
For the values to set have a look at the xkbcommon library. For the values to set have a look at the xkbcommon library.