From 9b0b16a1ea4260bda9fe8565d83f769596f552e2 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 27 Mar 2019 21:32:11 -0400 Subject: Small LuaDoc fix. --- core/.ui.dialogs.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc index 03f6dfd9..cb4211bd 100644 --- a/core/.ui.dialogs.luadoc +++ b/core/.ui.dialogs.luadoc @@ -473,7 +473,7 @@ function filteredlist(options) end -- select a button before timing out. Dialogs do not time out by default. -- @return selected button or exit code, list of selected options -- @usage ui.dialogs.optionselect{title = 'Language', --- informative_text = 'Check the languages you understand' +-- informative_text = 'Check the languages you understand', -- items = {'English', 'Romanian'}, select = 1, string_output = true} function optionselect(options) end -- cgit v1.2.3