Skip to content

Commit 81b350e

Browse files
committed
Fix comment
1 parent ee71863 commit 81b350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Animations/Extensions/System/FloatExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal static class FloatExtensions
1515
/// 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
1616
/// </summary>
1717
/// <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>
1919
[Pure]
2020
public static string ToCompositionString(this float number)
2121
{

0 commit comments

Comments
 (0)