Fix incorrect wording in xmldoc

This commit is contained in:
Oliver Booth 2022-06-01 19:40:06 +01:00
parent 2c1da816ee
commit 66a85d4f80
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public readonly struct CircleF : IEquatable<CircleF>, IComparable<CircleF>, ICom
} }
/// <summary> /// <summary>
/// Compares this instance to another <see cref="Circle" />. /// Compares this instance to another <see cref="CircleF" />.
/// </summary> /// </summary>
/// <param name="obj">The other object.</param> /// <param name="obj">The other object.</param>
/// <returns> /// <returns>