From 516d8c1592b2538f1b3ba374b3af84085ca85f92 Mon Sep 17 00:00:00 2001 From: GaugeK Date: Tue, 18 Aug 2020 10:45:35 +1000 Subject: [PATCH] fix misspelling funtcion -> function --- lua_docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_docs.md b/lua_docs.md index 264d1a8..222499d 100644 --- a/lua_docs.md +++ b/lua_docs.md @@ -114,7 +114,7 @@ A handle to a keyboard. #### 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". 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.