Skip to content

Commit 1aaaea5

Browse files
committed
typo
1 parent b5dc256 commit 1aaaea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fs_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ impl FileSystemService {
488488
}
489489

490490
// 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
491+
// trim ends help to avoid inconsistencies empty lines at the end that may break the comparison
492492
let old_lines: Vec<String> = normalized_old
493493
.trim_end()
494494
.split('\n')

0 commit comments

Comments
 (0)