You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Microsoft.Toolkit.Uwp.UI.Animations/Extensions/System/FloatExtensions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ internal static class FloatExtensions
15
15
/// Returns a <see cref="string"/> representation of a <see cref="float"/> that avoids scientific notation, which is not compatible with the composition expression animations API
16
16
/// </summary>
17
17
/// <param name="number">The input <see cref="float"/> to process</param>
18
-
/// <returns>A <see cref="string"/> representation of <paramref name="number"/> that can be used in a expression animation/returns>
18
+
/// <returns>A <see cref="string"/> representation of <paramref name="number"/> that can be used in a expression animation</returns>
0 commit comments