From 9690a7edeec174ecc9d7c8613de6bfb227dd2a20 Mon Sep 17 00:00:00 2001 From: Stefan Schindler Date: Fri, 6 Jun 2014 13:09:25 +0200 Subject: [PATCH] Fixed minor documentation issue. --- include/SFML/Graphics/Image.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/Image.hpp b/include/SFML/Graphics/Image.hpp index a201c775f..b09a122fe 100644 --- a/include/SFML/Graphics/Image.hpp +++ b/include/SFML/Graphics/Image.hpp @@ -291,7 +291,7 @@ private : /// channels -- just like a sf::Color. /// All the functions that return an array of pixels follow /// this rule, and all parameters that you pass to sf::Image -/// functions (such as loadFromPixels) must use this +/// functions (such as loadFromMemory) must use this /// representation as well. /// /// A sf::Image can be copied, but it is a heavy resource and