Skip to content

Commit 652922d

Browse files
committed
spelling: workaround
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent ee70bcb commit 652922d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsintegration/src/FSharp.LanguageService/Colorize.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ type internal FSharpScanner_DEPRECATED(makeLineTokenizer : string -> FSharpLineT
122122
| _ -> TokenType.Text
123123

124124
/// Scan a token from a line. This should only be used in cases where color information is irrelevant.
125-
/// Used by GetFullLineInfo (and only thus in a small workaroud in GetDeclarations) and GetTokenInformationAt (thus GetF1KeywordString).
125+
/// Used by GetFullLineInfo (and only thus in a small workaround in GetDeclarations) and GetTokenInformationAt (thus GetF1KeywordString).
126126
member ws.ScanTokenWithDetails (lexState: _ ref) =
127127
let colorInfoOption, newLexState = lineTokenizer.ScanToken(lexState.Value)
128128
lexState.Value <- newLexState

0 commit comments

Comments
 (0)