From 31d5c8d4878911b21280b144b1aac19545509973 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Sun, 10 May 2020 21:05:09 +0800 Subject: Word fix --- editors/code/src/commands/syntax_tree.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/code/src/commands/syntax_tree.ts b/editors/code/src/commands/syntax_tree.ts index cfcf47b2f..b80a18a47 100644 --- a/editors/code/src/commands/syntax_tree.ts +++ b/editors/code/src/commands/syntax_tree.ts @@ -225,7 +225,7 @@ class AstInspector implements vscode.HoverProvider, vscode.DefinitionProvider, D return doc.positionAt(targetOffset); } - // Shitty workaround for crlf line endings + // Dirty workaround for crlf line endings // We are still in this prehistoric era of carriage returns here... let line = 0; -- cgit v1.2.3