fix(docs): typos (#1470)

This commit is contained in:
Kian-Meng Ang
2022-07-27 19:48:14 +08:00
committed by GitHub
parent e632ac7c81
commit 2928f8fe31
5 changed files with 7 additions and 7 deletions

View File

@@ -314,7 +314,7 @@ local function timer_stop_close(timer)
end
end
---Execute callback timeout ms after the lastest invocation with context.
---Execute callback timeout ms after the latest invocation with context.
---Waiting invocations for that context will be discarded.
---Invocation will be rescheduled while a callback is being executed.
---Caller must ensure that callback performs the same or functionally equivalent actions.