From d12ce5b2b49e92cc5c75a9d1bae6840a06958cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 4 Sep 2012 00:05:04 +0200 Subject: [PATCH] Fixed copy-pasta documentation. --- src/Trade/MeshData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Trade/MeshData.h b/src/Trade/MeshData.h index 4261913fb..d39afacc1 100644 --- a/src/Trade/MeshData.h +++ b/src/Trade/MeshData.h @@ -84,7 +84,7 @@ class MAGNUM_EXPORT MeshData { /** * @brief Normals * @param id ID of normal data array - * @return Vertices or nullptr if there is no normal array with given + * @return Normals or nullptr if there is no normal array with given * ID. */ inline std::vector* normals(unsigned int id) { return _normals[id]; }