From 3d534e8b18c73aac4bbf18adaab68fe4dd6f6992 Mon Sep 17 00:00:00 2001 From: gk <40295114+6gk@users.noreply.github.com> Date: Tue, 18 Aug 2020 23:59:07 +1000 Subject: [PATCH] Fix misspelling (#23) 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.