diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 09:31:27 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 09:37:52 +0100 |
commit | d80dd2291ff01d264dfa802b769fa19756f07821 (patch) | |
tree | dfe7d9dc3cd772f635bdd8a4d29d55822d846149 /documentation/api/modules/luci.util.html | |
parent | 3942789dc62d6a0e7fcfb0a935bfe5c8d372245b (diff) |
documentation: update Lua API docs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 2ae6e3c6b3c3b65cd955bb10fb9065beebc5ffd2)
Diffstat (limited to 'documentation/api/modules/luci.util.html')
-rw-r--r-- | documentation/api/modules/luci.util.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/api/modules/luci.util.html b/documentation/api/modules/luci.util.html index d3d45a180..f8baddf41 100644 --- a/documentation/api/modules/luci.util.html +++ b/documentation/api/modules/luci.util.html @@ -405,7 +405,7 @@ containing the resulting substrings.</td> <td class="name" nowrap><a href="#strip_bytecode">strip_bytecode</a> (code)</td> <td class="summary"> -Strips unnescessary lua bytecode from given string.</td> +Strips unnecessary lua bytecode from given string.</td> </tr> <tr> @@ -963,7 +963,7 @@ Return a matching iterator for the given value. The iterator will return one token per invocation, the tokens are separated by whitespace. If the input value is a table, it is transformed into a string first. -A nil value will result in a valid interator which aborts with the first invocation. +A nil value will result in a valid iterator which aborts with the first invocation. @@ -1493,7 +1493,7 @@ Table containing the resulting substrings <dd> -Strips unnescessary lua bytecode from given string. +Strips unnecessary lua bytecode from given string. Information like line numbers and debugging numbers will be discarded. Original version by Peter Cawley (http://lua-users.org/lists/lua-l/2008-02/msg01158.html) |