Skip to content

Commit e2839bf

Browse files
Remove extra word from comment
1 parent d366b87 commit e2839bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Microsoft.AspNetCore.Razor.Language/src/DefaultRazorIntermediateNodeLoweringPhase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ public ChildNodesHelper Skip(int count)
539539

540540
public bool TryCast<TNode>(out ImmutableArray<TNode> result)
541541
{
542-
// Note that this intentionally returns true for for empty lists.
542+
// Note that this intentionally returns true for empty lists.
543543
// This behavior matches the expectations of code that previously called
544544
// ".All(x => x is TNode)" followed by ".Cast<TNode>()" via LINQ.
545545
// Because "All" would return true for empty lists, this method

0 commit comments

Comments
 (0)