From 72d0f8f13a6407d410f0cdee9a1b082265f30c65 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 16 Sep 2015 22:33:59 +0300 Subject: [PATCH] Fix few typos in previous commit --- PlayerMethods.h | 2 +- UnitMethods.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PlayerMethods.h b/PlayerMethods.h index 5d720ca..dcc0830 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -3674,7 +3674,7 @@ namespace LuaPlayer /** * Plays sound to [Player] * - * See [Unit]:PlayDirectSound + * See [Unit:PlayDirectSound] * * @param uint32 sound : entry of a sound */ diff --git a/UnitMethods.h b/UnitMethods.h index b333086..2433f63 100644 --- a/UnitMethods.h +++ b/UnitMethods.h @@ -2178,7 +2178,7 @@ namespace LuaUnit * The [Unit] will whisper the message to a [Player] * * @param string msg : message for the [Unit] to emote - * @param lang : language for the [Unit] to speak + * @param uint32 lang : language for the [Unit] to speak * @param [Player] receiver : specific [Unit] to receive the message * @param bool bossWhisper = false : is a boss whisper */