diff options
Diffstat (limited to 'lua/vis.lua')
| -rw-r--r-- | lua/vis.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/vis.lua b/lua/vis.lua index 98ba6e5..97350a7 100644 --- a/lua/vis.lua +++ b/lua/vis.lua @@ -141,7 +141,7 @@ end --- Unsubscribe from an event. -- -- Remove a registered event handler. --- @tparamm string event the event name +-- @tparam string event the event name -- @tparam function handler the event handler to unsubscribe -- @treturn bool whether the handler was successfully removed events.unsubscribe = function(event, handler) |
