LuaAPI.wiki
changeset 1258 0eeb688dd1cc
parent 1257 75747cc55f41
child 1259 5ae322835abd
--- 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.