Fix typo (#245)
This commit is contained in:
parent
f91c3182cf
commit
0f2216af4d
|
@ -433,7 +433,7 @@ examples of use; there can be multiple such tags:
|
||||||
-- @return second part
|
-- @return second part
|
||||||
-- @usage local hello,world = split2("hello world")
|
-- @usage local hello,world = split2("hello world")
|
||||||
-- @see split
|
-- @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
|
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.
|
to a function in another module, then the reference has to be qualified.
|
||||||
|
|
Loading…
Reference in New Issue