docs: add function explain doc
This commit is contained in:
@@ -20,8 +20,7 @@ local strategy = {
|
||||
}
|
||||
|
||||
|
||||
|
||||
return function(hover, action)
|
||||
-- TODO :
|
||||
coroutine.wrap(strategy[action])(hover)
|
||||
strategy[action](hover)
|
||||
end
|
||||
|
Reference in New Issue
Block a user