From 0f2216af4da68f130f47a6c333a3dfa33736fb50 Mon Sep 17 00:00:00 2001 From: Yao Date: Wed, 30 Sep 2020 03:32:46 +0800 Subject: [PATCH] Fix typo (#245) --- doc/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc.md b/doc/doc.md index 683d93c..263285b 100644 --- a/doc/doc.md +++ b/doc/doc.md @@ -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.