From e9a6840e7d0348a5a3bf5f595628cf6d0d6f34f7 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sun, 22 Apr 2012 08:53:57 +0200 Subject: [PATCH] Minor corrections in API doc --- include/SFML/Graphics/RenderTexture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/RenderTexture.hpp b/include/SFML/Graphics/RenderTexture.hpp index d39800cc..f167946b 100644 --- a/include/SFML/Graphics/RenderTexture.hpp +++ b/include/SFML/Graphics/RenderTexture.hpp @@ -41,7 +41,7 @@ namespace priv } //////////////////////////////////////////////////////////// -/// \brief Target for off-screen 2D rendering into an texture +/// \brief Target for off-screen 2D rendering into a texture /// //////////////////////////////////////////////////////////// class SFML_GRAPHICS_API RenderTexture : public RenderTarget