aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.ui.dialogs.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-03-27 21:32:11 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-03-27 21:32:11 -0400
commit9b0b16a1ea4260bda9fe8565d83f769596f552e2 (patch)
tree40e6d8f7ebf81c1dd6c27f12951953ac461196c6 /core/.ui.dialogs.luadoc
parent6dcdb25098fc8c3bcfe01342c27b96d627c5c42a (diff)
Small LuaDoc fix.
Diffstat (limited to 'core/.ui.dialogs.luadoc')
-rw-r--r--core/.ui.dialogs.luadoc2
1 files changed, 1 insertions, 1 deletions
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