diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index cb1e4eb93..ba8734a9a 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -1700,7 +1700,7 @@ class MAGNUM_TRADE_EXPORT MeshData { Containers::Array indicesAsArray() const; /** - * @brief Positions as 32-bit integers into a pre-allocated view + * @brief Indices as 32-bit integers into a pre-allocated view * * Like @ref indicesAsArray(), but puts the result into @p destination * instead of allocating a new array. Expects that @p destination is