Minor copy-editing
authorWuzzy
Tue, 24 Nov 2015 20:15:39 +0000
changeset 684 5488179eb2d2
parent 683 6e31eaf0b22d
child 685 06cd9e0842e4
Minor copy-editing
LuaLibraries.wiki
--- a/LuaLibraries.wiki	Tue Nov 24 20:14:39 2015 +0000
+++ b/LuaLibraries.wiki	Tue Nov 24 20:15:39 2015 +0000
@@ -436,7 +436,7 @@
 = !SpeedShoppa =
 Starting with 0.9.22, this library provides a function to create a simple shoppa-style mission.
 
-In SpeedShoppa missions, the player starts with infinite ropes and has to collect all crates as fast as possible and compete for the fastest time.
+In !SpeedShoppa missions, the player starts with infinite ropes and has to collect all crates as fast as possible and compete for the fastest time.
 
 This library also loads the Locale library for its own purposes. If you use !SpeedShoppa, you do not have to explicitly load Locale anymore.
 
@@ -450,7 +450,7 @@
 || `map` || The name of the map to be used ||
 || `theme` || The name of the theme (does not need to be a standalone theme) ||
 || `time` || The time limit in milliseconds ||
-|| `crates` || The coordinates of where the crates will be spawned. It is a table containing tables containing coordinates of format `{ x=value, y=value }`. Example: `crates = { { x = 324, y = 43 }, { x = 123, y = 56 }, { x = 6, y = 0 }, }`. There must be at least 1 crate. ||
+|| `crates` || The coordinates of where the crates will be spawned. It is a table containing tables containing coordinates of format `{ x=value, y=value }`. There must be at least 1 crate. ||
 
 Optional fields: