From 53f1138f08c43c592643cd43aa55107b0139a0a3 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Sat, 27 Apr 2013 15:58:26 +0200 Subject: Fixed typo in script docs --- src/scripting/lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp index dafb800..ac88178 100644 --- a/src/scripting/lua.cpp +++ b/src/scripting/lua.cpp @@ -3208,7 +3208,7 @@ static int attack_get_reusetime(lua_State *s) } /** LUA attackinfo:damage (attackinfoclass) - * >attackinfo:damage() + * attackinfo:damage() ** * **Return value:** This function returns the damage info of the attack. * -- cgit