Improve wording

This commit is contained in:
Dmitry Marakasov 2015-01-11 00:23:02 +03:00
parent 488063c3a5
commit 8f8c5e2bf1
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
namespace SDL2pp { namespace SDL2pp {
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief RWops adaptor which works with verctor-like containers /// \brief RWops adaptor for random access STL containers
/// ///
/// \ingroup io /// \ingroup io
/// ///

View File

@ -31,7 +31,7 @@
namespace SDL2pp { namespace SDL2pp {
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief RWops adaptor which works with STL streams /// \brief RWops adaptor for STL streams
/// ///
/// \ingroup io /// \ingroup io
/// ///