Skip to content

Commit

Permalink
Merge pull request #59440 from CyrusNajmabadi/mispeelign
Browse files Browse the repository at this point in the history
Fxi mispeeling
  • Loading branch information
CyrusNajmabadi authored Feb 11, 2022
2 parents a73b061 + eb3ceaa commit f483a7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ namespace Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics
{
[ExportRoslynLanguagesLspRequestHandlerProvider, Shared]
[ProvidesMethod(VSInternalMethods.DocumentPullDiagnosticName)]
internal class DocumentPullDiagonsticHandlerProvider : AbstractRequestHandlerProvider
internal class DocumentPullDiagnosticHandlerProvider : AbstractRequestHandlerProvider
{
private readonly IDiagnosticService _diagnosticService;
private readonly IDiagnosticAnalyzerService _analyzerService;

[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public DocumentPullDiagonsticHandlerProvider(
public DocumentPullDiagnosticHandlerProvider(
IDiagnosticService diagnosticService,
IDiagnosticAnalyzerService analyzerService)
{
Expand Down

0 comments on commit f483a7c

Please sign in to comment.