# HG changeset patch
# User RedGrinner
# Date 1291646450 0
# Node ID 9033b970cbf7489f1a8077e43da3a07497632133
# Parent  863995d12a278fcc1a0c2c0d1bd42342a90c8d2d
Edited wiki page LuaAPI through web user interface.

diff -r 863995d12a27 -r 9033b970cbf7 LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Dec 06 14:39:24 2010 +0000
+++ b/LuaAPI.wiki	Mon Dec 06 14:40:50 2010 +0000
@@ -91,7 +91,8 @@
 </blockquote>
 Example:
 
-<code lang="lua">    vgear = !AddVisualGear(1000, 1000, vgtExplosion, 0, false) -- adds an non-critical explosion at position 1000,1000. Returns 0 if it was not created.
+<code lang="lua">  -- adds an non-critical explosion at position 1000,1000. Returns 0 if it was not created.
+    vgear = !AddVisualGear(1000, 1000, vgtExplosion, 0, false) 
 </code>
 
 === <tt>!SpawnHealthCrate(x, y)</tt> (0.9.14) ===