From d55950f8aa8d2a0956ec8bbcf68cb6ad19c3294e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 7 Feb 2014 04:48:38 +0400 Subject: [PATCH] Reword, fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d076551..53d4ec1 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ methods. These classes also support: - RAII-style initialization and destruction - Full error checking: exception is thrown if any SDL function fails. Exception itself allows to retrieve SDL error string -- C++11 move semantics support, with which you can store e.g. texture - objects and containers and returb by value with no overhead +- C++11 move semantics support, which allow you to store SDL objects + in containers and pass/return them by value with no overhead ## Building ##