summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/util.luadoc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/luasrc/util.luadoc')
-rw-r--r--modules/luci-base/luasrc/util.luadoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/luci-base/luasrc/util.luadoc b/modules/luci-base/luasrc/util.luadoc
index 1c09b7a9ab..805eeb7f8e 100644
--- a/modules/luci-base/luasrc/util.luadoc
+++ b/modules/luci-base/luasrc/util.luadoc
@@ -1,8 +1,7 @@
---[[
LuCI utility functions.
-
-module "luci.util"
]]
+module "luci.util"
---[[
Create a Class object (Python-style object model).
@@ -182,7 +181,8 @@ Checks whether the given table contains the given value.
@name contains
@param table Table value
@param value Value to search within the given table
-@return Boolean indicating whether the given value occurs within table
+@return number indicating the first index at which the given value occurs
+-- within table or false.
]]
---[[