# HG changeset patch
# User Wuzzy
# Date 1546380300 0
# Node ID 699a39df73c598b21f604468c06ed3e43b332d8f
# Parent  90dc2f42db2baf9b34cb42ee96ce8aaca6cf63a1
LuaAPI: Small tweaks

diff -r 90dc2f42db2b -r 699a39df73c5 LuaAPI.wiki
--- a/LuaAPI.wiki	Tue Jan 01 22:01:02 2019 +0000
+++ b/LuaAPI.wiki	Tue Jan 01 22:05:00 2019 +0000
@@ -502,7 +502,7 @@
 
 The name and hat match the player's team definition. The hog is also always player-controlled.
 
-Example:
+Examples:
 <code language="lua">-- Add player team with 3 hogs
 AddMissionTeam(-1)
 AddMissionHog(100)
@@ -1420,8 +1420,6 @@
 
 Use `AddMissionHog` or `AddHog` afterwards to add hedgehogs for this team. You can mix `AddMissionHog` and `AddHog` as you wish.
 
- * `color`: See `AddTeam`.
-
 Example:
 <code language="lua">-- Add mission team with default clan color
 AddMissionTeam(-1)</code>