# HG changeset patch
# User Wuzzy
# Date 1591496320 -7200
# Node ID ffb2acf779df0840e5f0e76cd42a06274521afde
# Parent  95a745f14f218efdf70f6bd45da7a338220c96c4
LuaOverview: Fix syntax

diff -r 95a745f14f21 -r ffb2acf779df LuaOverview.wiki
--- a/LuaOverview.wiki	Sun Jun 07 04:18:15 2020 +0200
+++ b/LuaOverview.wiki	Sun Jun 07 04:18:40 2020 +0200
@@ -62,8 +62,8 @@
 === Coordinates ===
 Every position on the map can be addressed with Cartesian coordinates: X and Y. Those are integers.
 
-* X is the horizontal axis. It starts at 0 on the left side of the map and increases when you go right
-* Y is the vertical axis. It starts at 0 at the top of the map and increases when you go downwards
+ * X is the horizontal axis. It starts at 0 on the left side of the map and increases when you go right
+ * Y is the vertical axis. It starts at 0 at the top of the map and increases when you go downwards
 
 X and Y can be negative when you go above or left of the map boundaries.