From 6a569c8d708fcfe0ad3d68730a704f1fba07e144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 14 Aug 2020 17:24:43 +0200 Subject: vis-lua: fix redraw method name in API documentation --- vis-lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-lua.c') diff --git a/vis-lua.c b/vis-lua.c index 8a2740a..7741f41 100644 --- a/vis-lua.c +++ b/vis-lua.c @@ -1363,7 +1363,7 @@ static int pipe_func(lua_State *L) { * * Will trigger redraw events, make sure to avoid recursive events. * - * @function draw + * @function redraw */ static int redraw(lua_State *L) { Vis *vis = obj_ref_check(L, 1, "vis"); -- cgit v1.2.3