From 6897f5f5a8dd55897db222787f30f0c6e8c9dfe7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 11 Jan 2015 00:15:55 +0300 Subject: [PATCH] Improve wording --- SDL2pp/ContainerRWops.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SDL2pp/ContainerRWops.hh b/SDL2pp/ContainerRWops.hh index c95b583..be67252 100644 --- a/SDL2pp/ContainerRWops.hh +++ b/SDL2pp/ContainerRWops.hh @@ -38,8 +38,8 @@ namespace SDL2pp { /// /// This class extends functionality of RWops concept onto random /// access STL containers such as std::vector. With ContainerRWops, -/// you may read from / write to a container as if it were a plain -/// file. +/// you may read from / write to a container with SDL functions as +/// if it were a plain file. /// /// Note that this template supports both const and mutable containers. /// Writes to const containers always return 0, writes to mutable @@ -88,7 +88,7 @@ public: /// be negative /// \param whence Any of RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END /// - /// \returns Final offset in the container stream after the seek or -1 on error + /// \returns Final offset in the container after the seek or -1 on error /// /// \see SDL2pp::RWops::Seek /// \see http://wiki.libsdl.org/SDL_RWseek