diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index 9fdcd6969..f5d0254d9 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -119,7 +119,7 @@ enum class MeshAttribute: UnsignedShort { /** * Normal. Type is usually @ref VertexFormat::Vector3, but can be also - * @ref VertexFormat::Vector3h. @ref VertexFormat::Vector3bNormalized or + * @ref VertexFormat::Vector3h, @ref VertexFormat::Vector3bNormalized or * @ref VertexFormat::Vector3sNormalized. Corresponds to * @ref Shaders::GenericGL::Normal. * @see @ref MeshData::normalsAsArray()