LuaAPI: fix typo
authorWuzzy
Mon, 08 Apr 2019 02:26:48 +0100
changeset 1720 fca8c324b341
parent 1719 b3b6ed1c822f
child 1721 d79a66ca382e
LuaAPI: fix typo
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Apr 08 00:35:37 2019 +0100
+++ b/LuaAPI.wiki	Mon Apr 08 02:26:48 2019 +0100
@@ -240,7 +240,7 @@
 This function calls when a hog skips its turn.
 
 === <tt>onGameResult(winningClan)</tt> (0.9.25) ===
-This function calls when the game ends with a winner or in a draw. If a clan wins, `winningClan` is the clan ID of the winning clan. If the game ends in a draw, `winningClan` is set to -1f.
+This function calls when the game ends with a winner or in a draw. If a clan wins, `winningClan` is the clan ID of the winning clan. If the game ends in a draw, `winningClan` is set to -1.
 
 === <tt>onSuddenDeath()</tt> ===
 This function is called on the start of Sudden Death.