Skip to content

Commit 0aeae0a

Browse files
committed
fix grammat
1 parent ae846b3 commit 0aeae0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/rules/OrganizeImports.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,10 +1127,10 @@ that the IntelliJ IDEA Scala import optimizer picks ("lexicographically"
11271127
option).
11281128

11291129
#### `AsciiCaseInsensitive`
1130-
Sort import statements by ASCII codes, but not distinguishing uppercase
1131-
and lowercase letters. Characters between uppercase and lowercase letters
1132-
in ASCII table are ordered before any letter. If two strings are identical
1133-
up to case, case-sensitive order used to tie breaks.
1130+
Sort import statements by ASCII codes, without distinguishing between uppercase
1131+
and lowercase letters. Characters that appear between uppercase and lowercase
1132+
letters in the ASCII table are ordered before any letters. If two strings are
1133+
identical ignoring case, use case-sensitive order to break ties.
11341134

11351135
#### `SymbolsFirst`
11361136
Put wildcard imports and grouped imports with braces first, otherwise

0 commit comments

Comments
 (0)