X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Futil.luadoc;h=949aeb21c06c2be7b1d06629f86244ffc7098daf;hb=186e690c08a8766aecf9a0ffc60b4475e366d723;hp=ed1d8ab069442c69e0cd733ddaecbbcfec4f7e55;hpb=8084babf185e4825a0d313ea2a42b9f0b4ae4bfa;p=project%2Fluci.git diff --git a/modules/luci-base/luasrc/util.luadoc b/modules/luci-base/luasrc/util.luadoc index ed1d8ab06..949aeb21c 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). @@ -110,13 +109,13 @@ Remove leading and trailing whitespace from given string value. ]] ---[[ -Count the occurences of given substring in given string. +Count the occurrences of given substring in given string. @class function @name cmatch @param str String to search in @param pattern String containing pattern to find -@return Number of found occurences +@return Number of found occurrences ]] ---[[