Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
Co-Authored-By: genlu <genlu@users.noreply.github.com>
  • Loading branch information
jasonmalinowski and genlu committed Mar 8, 2019
1 parent b242f3c commit c03b883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ class RefClass

[WorkItem(33890, "https://github.com/dotnet/roslyn/issues/33890")]
[WpfFact, Trait(Traits.Feature, Traits.Features.CodeActionsSyncNamespace)]
public async Task ChangeNamespace_ExternsionMethodInReducedForm()
public async Task ChangeNamespace_ExtensionMethodInReducedForm()
{
var defaultNamespace = "A";

Expand Down

0 comments on commit c03b883

Please sign in to comment.