Skip to content

Commit 31d5c8d

Browse files
committed
Word fix
1 parent 4578154 commit 31d5c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/commands/syntax_tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class AstInspector implements vscode.HoverProvider, vscode.DefinitionProvider, D
225225
return doc.positionAt(targetOffset);
226226
}
227227

228-
// Shitty workaround for crlf line endings
228+
// Dirty workaround for crlf line endings
229229
// We are still in this prehistoric era of carriage returns here...
230230

231231
let line = 0;

0 commit comments

Comments
 (0)