From d1e0a0e8be69bbb11ec2c02daacfd41ed7bdde76 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 11 Feb 2018 22:36:28 +0300 Subject: [PATCH] Reword docs a bit --- SDL2pp/Mixer.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL2pp/Mixer.hh b/SDL2pp/Mixer.hh index 5d9566c..54b39f5 100644 --- a/SDL2pp/Mixer.hh +++ b/SDL2pp/Mixer.hh @@ -43,8 +43,8 @@ class Music; /// \headerfile SDL2pp/Mixer.hh /// /// This class represents open SDL_mixer audio device. Object -/// of this class must be constructed before creating any -/// SDL2pp:Chunk's. +/// of this class must be constructed before calling any other +/// mixer functions. /// //////////////////////////////////////////////////////////// class SDL2PP_EXPORT Mixer {