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]; }