This commit is contained in:
Yao 2020-09-30 03:32:46 +08:00 committed by GitHub
parent f91c3182cf
commit 0f2216af4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ examples of use; there can be multiple such tags:
-- @return second part
-- @usage local hello,world = split2("hello world")
-- @see split
funtion split2(s,delim) .. end
function split2(s,delim) .. end
Here it's assumed that 'split' is a function defined in the same module. If you wish to link
to a function in another module, then the reference has to be qualified.