Skip to content

Commit cfc6ee3

Browse files
committed
extending a comment
1 parent 63e75ec commit cfc6ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/helpers/CollatorBasedComparator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import java.text.Collator
55
/**
66
* Collator-based string comparator
77
*
8-
* Adapted from AlphanumericComparator to support numerical collation.
8+
* Adapted from AlphanumericComparator to support numerical collation. It sorts accents properly too.
99
*/
1010
class CollatorBasedComparator : Comparator<String> {
1111
override fun compare(string1: String, string2: String): Int {

0 commit comments

Comments
 (0)