LuaAPI: fix bracket
authorWuzzy
Fri, 09 Mar 2018 13:05:17 +0000
changeset 1258 0eeb688dd1cc
parent 1257 75747cc55f41
child 1259 5ae322835abd
LuaAPI: fix bracket
LuaAPI.wiki
--- a/LuaAPI.wiki	Fri Mar 09 13:04:49 2018 +0000
+++ b/LuaAPI.wiki	Fri Mar 09 13:05:17 2018 +0000
@@ -1320,7 +1320,7 @@
 === `PlaySound(soundId, [gearUid [, instaVoice]])` ===
 Plays the specified sound. Possible values for `soundId` are listed on the [Sounds] page.
 
-To play a voice (see [Taunts] for a list], you must also set `gearUid`. `gearUid` is the hedgehog gear which is used to “talk”.
+To play a voice (see [Taunts] for a list), you must also set `gearUid`. `gearUid` is the hedgehog gear which is used to “talk”.
 
 If you play a voice, by default the voice will respect an internal queue and might be played with an delay in order to prevent annoying voice overlapping. Since version 0.9.24, you can disable this behaviour and force Hedgewars to instantly play the voice by also setting `instaVoice` to `true`. Only use `instaVoice` when you really need it.