Reword, fix typo

This commit is contained in:
Dmitry Marakasov 2014-02-07 04:48:38 +04:00
parent 11f19228ad
commit d55950f8aa

View File

@ -60,8 +60,8 @@ methods. These classes also support:
- RAII-style initialization and destruction - RAII-style initialization and destruction
- Full error checking: exception is thrown if any SDL function fails. - Full error checking: exception is thrown if any SDL function fails.
Exception itself allows to retrieve SDL error string Exception itself allows to retrieve SDL error string
- C++11 move semantics support, with which you can store e.g. texture - C++11 move semantics support, which allow you to store SDL objects
objects and containers and returb by value with no overhead in containers and pass/return them by value with no overhead
## Building ## ## Building ##