Improve wording

This commit is contained in:
Dmitry Marakasov 2015-01-11 00:15:55 +03:00
parent 927f812d43
commit 6897f5f5a8

View File

@ -38,8 +38,8 @@ namespace SDL2pp {
/// ///
/// This class extends functionality of RWops concept onto random /// This class extends functionality of RWops concept onto random
/// access STL containers such as std::vector. With ContainerRWops, /// access STL containers such as std::vector. With ContainerRWops,
/// you may read from / write to a container as if it were a plain /// you may read from / write to a container with SDL functions as
/// file. /// if it were a plain file.
/// ///
/// Note that this template supports both const and mutable containers. /// Note that this template supports both const and mutable containers.
/// Writes to const containers always return 0, writes to mutable /// Writes to const containers always return 0, writes to mutable
@ -88,7 +88,7 @@ public:
/// be negative /// be negative
/// \param whence Any of RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END /// \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 SDL2pp::RWops::Seek
/// \see http://wiki.libsdl.org/SDL_RWseek /// \see http://wiki.libsdl.org/SDL_RWseek