LuaStats: fix typos
authorWuzzy
Fri, 21 Jun 2019 23:10:21 +0100
changeset 1930 d172612eb30a
parent 1929 70af40ea30f8
child 1931 d6ef1025d96f
LuaStats: fix typos
LuaStats.wiki
--- a/LuaStats.wiki	Fri Jun 21 23:10:00 2019 +0100
+++ b/LuaStats.wiki	Fri Jun 21 23:10:21 2019 +0100
@@ -37,7 +37,7 @@
 || `"!POINTS"` || Number of points || Team 1 (25 points) ||
 || `"!CRATES"` || Number of crates || Team 1 (25 crates) ||
 || `"!TIME"` || Number of milliseconds, shown as seconds with 3 decimal places || Team 1 (0.025 seconds) ||
-|| `"!TIME0"` ... `“!TIME3` || Number of milliseconds, shown as seconds with the decimal places specified in the number (e.g. `"!TIME2"` for 2 decimal places) || Team 1 (0.02 seconds) ||
+|| `"!TIME0"` … `“!TIME3"` || Number of milliseconds, shown as seconds with the decimal places specified in the number (e.g. `"!TIME2"` for 2 decimal places) || Team 1 (0.02 seconds) ||
 || `"!EMPTY"` || Don't display anything besides the team name || Team 1 ||
 
 The special values will get properly localized in the frontend, like the proper translation of the numerus form and the decimal point.