Skip to content

Commit

Permalink
Merge pull request #60217 from dotnet/dev/jorobich/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in OmniSharp ExternalAccess
  • Loading branch information
JoeRobich authored Mar 17, 2022
2 parents 159eea2 + 85edf58 commit 1182298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public OmniSharpInlineHint(
public readonly TextSpan Span { get; }
public readonly ImmutableArray<TaggedText> DisplayParts { get; }

public Task<ImmutableArray<TaggedText>> GetDescrptionAsync(Document document, CancellationToken cancellationToken)
public Task<ImmutableArray<TaggedText>> GetDescriptionAsync(Document document, CancellationToken cancellationToken)
=> _getDescriptionAsync.Invoke(document, cancellationToken);
}

0 comments on commit 1182298

Please sign in to comment.