Skip to content

Commit a5895cf

Browse files
viruseg0x5bfa
andauthored
Comment correction
Co-authored-by: 0x5BFA <[email protected]>
1 parent e3a9ce9 commit a5895cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Helpers/NaturalStringComparer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private static int CompareNumValues(ReadOnlySpan<char> numValue1, ReadOnlySpan<c
109109

110110
if (numValue2.Length == numValue1.Length) return compareResult;
111111

112-
return numValue2.Length < numValue1.Length ? -1 : 1; // "033" < "33" === true
112+
return numValue2.Length < numValue1.Length ? -1 : 1; // "033" < "33" == true
113113
}
114114
}
115115
}

0 commit comments

Comments
 (0)