diff --git a/src/OpenTK/Math/Matrix4.cs b/src/OpenTK/Math/Matrix4.cs
index d62598c0..e0fd23ce 100644
--- a/src/OpenTK/Math/Matrix4.cs
+++ b/src/OpenTK/Math/Matrix4.cs
@@ -1157,7 +1157,7 @@ namespace OpenTK
///
/// the quaternion
/// A rotation matrix
- [Obsolete("Use CreateRotation instead.")]
+ [Obsolete("Use CreateFromQuaternion instead.")]
public static Matrix4 Rotate(Quaternion q)
{
return CreateFromQuaternion(q);