We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dc256 commit 1aaaea5Copy full SHA for 1aaaea5
src/fs_service.rs
@@ -488,7 +488,7 @@ impl FileSystemService {
488
}
489
490
// Otherwise, try line-by-line matching with flexibility for whitespace
491
- // trim ends help to avoid inconsistences empty lines at the end that may break the comparison
+ // trim ends help to avoid inconsistencies empty lines at the end that may break the comparison
492
let old_lines: Vec<String> = normalized_old
493
.trim_end()
494
.split('\n')
0 commit comments