Skip to content

Commit

Permalink
Fix more incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jun 19, 2024
1 parent deb6795 commit 4cae000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PolyglotNaturalLanguageTranslator class >> initialize [
PolyglotNaturalLanguageTranslator >> initialize [

super initialize.
translators := SortedCollection sortBlock: #specificity descending
translators := SortedCollection sortBlock: [ :a :b | a specificity > b specificity ]
]

{ #category : 'localization' }
Expand Down

0 comments on commit 4cae000

Please sign in to comment.