]> git.lizzy.rs Git - rust.git/commitdiff
Word fix
authorEdwin Cheng <edwin0cheng@gmail.com>
Sun, 10 May 2020 13:05:09 +0000 (21:05 +0800)
committerEdwin Cheng <edwin0cheng@gmail.com>
Sun, 10 May 2020 13:05:09 +0000 (21:05 +0800)
editors/code/src/commands/syntax_tree.ts

index cfcf47b2fc58cb77bb64824a0cc949ee3472fa3b..b80a18a47fe48754ee4684b528596872485c06fc 100644 (file)
@@ -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;