Skip to content

Commit ee71863

Browse files
committed
Reword comment
1 parent 43975b7 commit ee71863

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
@@ -37,7 +37,7 @@ public static string ToCompositionString(this float number)
3737

3838
// Otherwise, we need to print it with the right number of decimals
3939
var decimalPlaces = -exponent // The number of decimal places is the exponent of 10
40-
+ eIndex // Plus each number in the mantissa
40+
+ eIndex // Plus each character in the mantissa
4141
+ (number < 0 ?
4242
-3 : // Minus the sign, dot and first number of the mantissa if negative
4343
-2); // Minus the dot and first number of the mantissa otherwise

0 commit comments

Comments
 (0)