Fix misspelling (#23)

funtcion -> function
This commit is contained in:
gk 2020-08-18 23:59:07 +10:00 committed by GitHub
parent 33cbb7e3d8
commit 56cf645689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.