From 3e15133772f513441575938b19ff4ef29d64e6a0 Mon Sep 17 00:00:00 2001 From: Pablo Escobar Date: Wed, 11 Jan 2023 18:53:51 +0100 Subject: [PATCH] Trade: fix doc typo. --- src/Magnum/Trade/MeshData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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