File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/CodeActions/Models Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 > ( ) ;
You can’t perform that action at this time.
0 commit comments