diff --git a/README.md b/README.md index 530a996e4..18fc6b706 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal is to simplify low-level graphics development and interaction with OpenGL using -recent C++11 features and abstract away platform-specific issues. +recent C++11 features and to abstract away platform-specific issues. DESIGN GOALS ============ diff --git a/doc/mainpage.dox b/doc/mainpage.dox index fe47ce03c..d24de7caf 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -27,7 +27,7 @@ namespace Magnum { %Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal is to simplify low-level graphics development and interaction with OpenGL using -recent C++11 features and abstract away platform-specific issues. +recent C++11 features and to abstract away platform-specific issues. @section mainpage-design-goals Design goals