X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Futil.luadoc;h=ed1d8ab069442c69e0cd733ddaecbbcfec4f7e55;hp=1c09b7a9ab58f1e613f56bc25bb9a0ee02d7dcbe;hb=8084babf185e4825a0d313ea2a42b9f0b4ae4bfa;hpb=dd2b05289b40002b2e4c098abfc88052e423215f diff --git a/modules/luci-base/luasrc/util.luadoc b/modules/luci-base/luasrc/util.luadoc index 1c09b7a9a..ed1d8ab06 100644 --- a/modules/luci-base/luasrc/util.luadoc +++ b/modules/luci-base/luasrc/util.luadoc @@ -182,7 +182,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. ]] ---[[