diff --git a/src/Magnum/Math/Matrix4.h b/src/Magnum/Math/Matrix4.h index 490c1581d..29a3ac3de 100644 --- a/src/Magnum/Math/Matrix4.h +++ b/src/Magnum/Math/Matrix4.h @@ -397,7 +397,7 @@ template class Matrix4: public Matrix4x4 { * If you need an off-center projection, use * @ref perspectiveProjection(const Vector2&, const Vector2&, T, T) * instead. - * @see @ref perspectiveProjection(Rad fov, T, T, T), + * @see @ref perspectiveProjection(Rad, T, T, T), * @ref orthographicProjection(), @ref Matrix3::projection(), * @ref Constants::inf() */