Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Jan 19, 2023
1 parent d7de752 commit eeca0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3545,7 +3545,7 @@ export interface UserPreferences {
*
* This preference is ignored if {@link organizeImportsCollation} is not `"unicode"`.
*
* Default: `true`
* Default: `false`
*/
readonly organizeImportsNumericCollation?: boolean;
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/baselines/reference/api/tsserverlibrary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2830,7 +2830,7 @@ declare namespace ts {
*
* This preference is ignored if {@link organizeImportsCollation} is not `"unicode"`.
*
* Default: `true`
* Default: `false`
*/
readonly organizeImportsNumericCollation?: boolean;
/**
Expand Down

0 comments on commit eeca0b7

Please sign in to comment.