diff -r 33c3be9c0583 -r e16824327a95 LuaLibraryTargetPractice.wiki --- a/LuaLibraryTargetPractice.wiki Wed May 02 22:53:46 2018 +0100 +++ b/LuaLibraryTargetPractice.wiki Wed May 02 22:54:01 2018 +0100 @@ -41,7 +41,7 @@ || `teamGrave` || Name of the hedgehog’s grave || || `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) || || `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) || -|| `shootText`: || A string which says how many times the player shot, “`%d`” is replaced by the number of shots. (default: `"You have shot %d times."`) || +|| `shootText` || A string which says how many times the player shot, “`%d`” is replaced by the number of shots. (default: `"You have shot %d times."`) || === Example ===