diff --git a/src/Magnum/Math/RectangularMatrix.h b/src/Magnum/Math/RectangularMatrix.h index a433736b9..e492d8208 100644 --- a/src/Magnum/Math/RectangularMatrix.h +++ b/src/Magnum/Math/RectangularMatrix.h @@ -201,7 +201,7 @@ template class RectangularMatrix { * Consider using @ref transposed() when accessing rows frequently, as * this is slower than accessing columns due to the way the matrix is * stored. - * @see @ref row(), @ref operator()[] + * @see @ref row(), @ref operator[]() */ void setRow(std::size_t row, const Vector& data);