Skip to content

Commit

Permalink
Update src/Features/LanguageServer/Protocol/Handler/SemanticTokens/Se…
Browse files Browse the repository at this point in the history
…manticTokensRangeHandler.cs

Co-authored-by: Allison Chou <[email protected]>
  • Loading branch information
CyrusNajmabadi and allisonchou committed Apr 28, 2022
1 parent 778a821 commit 157b3de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private async Task TryEnqueueRefreshComputationAsync(Project project, Cancellati

lock (_gate)
{
// If this checksum is hte same as the last computed result, no need to continue, we would not produce a
// If this checksum is the same as the last computed result, no need to continue, we would not produce a
// different compilation.
if (ChecksumIsUnchanged_NoLock(project, projectChecksum))
return;
Expand Down

0 comments on commit 157b3de

Please sign in to comment.