Skip to content

Commit dcb22e2

Browse files
committed
typo
1 parent bfe8646 commit dcb22e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI/Extensions/StringExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public static Quaternion ToQuaternion(this string text)
183183
}
184184

185185
/// <summary>
186-
/// Converts a angle bracketed <see cref="string"/> value to its unbracketed form (e.g. "&lt;float, float&gt;" to "float, float").
186+
/// Converts an angle bracketed <see cref="string"/> value to its unbracketed form (e.g. "&lt;float, float&gt;" to "float, float").
187187
/// If the value is already unbracketed, this method will return the value unchanged.
188188
/// </summary>
189189
/// <param name="text">A bracketed <see cref="string"/> value.</param>

0 commit comments

Comments
 (0)