From 90524d3990e16943c7de1899b91cc4a18fc04b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 9 Dec 2016 19:18:51 +0100 Subject: vis-lua: add comment about possibly outdated Lua API documentation --- lua/vis.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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) -- cgit v1.2.3