From 2d18915dccf782c49be01a385903285076106ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 22 Jun 2012 14:14:19 +0200 Subject: [PATCH] Un-confused documentation. --- src/Shader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Shader.h b/src/Shader.h index 5168a8260..63f39a2a4 100644 --- a/src/Shader.h +++ b/src/Shader.h @@ -155,9 +155,9 @@ class MAGNUM_EXPORT Shader { * @brief Add shader source * @param source String with shader source * - * If the shader is not compiled already, adds given - * source to source list. Note that it is possible to compile source - * from more than one source. + * If the shader is not compiled already, adds given source to source + * list. Note that it is possible to compile shader from more than + * one source. * @see addFile() */ inline void addSource(const std::string& source) {