summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
Diffstat (limited to 'xmake')
-rw-r--r--xmake/core/base/utf8.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/utf8.lua b/xmake/core/base/utf8.lua
index c31f4dfc2..67b52e7ec 100644
--- a/xmake/core/base/utf8.lua
+++ b/xmake/core/base/utf8.lua
@@ -30,6 +30,7 @@ local utf8 = utf8 or {}
-- @interface utf8.offset(s, n [, i])
-- @interface utf8.codes(s [, lax])
-- @interface utf8.sub(s, i [, j])
+-- @interface utf8.reverse(s)
-- @interface utf8.lastof(s, pattern [, plain])
-- @interface utf8.find(s, pattern [, init [, plain]])
-- @interface utf8.width(s)