Skip to content

Commit 7125d36

Browse files
Update src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/CodeActions/Models/CodeActionExtensions.cs
Co-authored-by: Chris Sienkiewicz <[email protected]>
1 parent 77fdc65 commit 7125d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/CodeActions/Models/CodeActionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private static bool TryHandleNestedCodeAction(RazorVSInternalCodeAction razorCod
102102
// Extension will work (it expects Data to be unwrapped), and when it tries to resolve the children, they
103103
// will come to us because they're wrapped, and we'll send them on to Roslyn.
104104
//
105-
// We we extract each nested code action, wrap its data with our context, then copy across a couple of things
105+
// We extract each nested code action, wrap its data with our context, then copy across a couple of things
106106
// from its data to our new wrapped data, and we're done. We end up with data that is an odd hybrid of Razor
107107
// and Roslyn expectations, but thanks to the dynamic nature of JSON, it works out.
108108
using var mappedNestedActions = new PooledArrayBuilder<RazorVSInternalCodeAction>();

0 commit comments

Comments
 (0)