From 1e5ad1154dd272cdfa4bdebab26468af28ea68b4 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 29 May 2015 23:01:21 -0700 Subject: [PATCH] Updated comment. --- src/Microsoft.AspNet.Razor/Chunks/ChunkTreeBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Razor/Chunks/ChunkTreeBuilder.cs b/src/Microsoft.AspNet.Razor/Chunks/ChunkTreeBuilder.cs index 30c6ea7e44..812eeb2dcb 100644 --- a/src/Microsoft.AspNet.Razor/Chunks/ChunkTreeBuilder.cs +++ b/src/Microsoft.AspNet.Razor/Chunks/ChunkTreeBuilder.cs @@ -26,7 +26,7 @@ namespace Microsoft.AspNet.Razor.Chunks chunk.Start = association.Start; chunk.Association = association; - // If we're not in the middle of a chunk block + // If we're not in the middle of a parent chunk if (_parentStack.Count == 0 || topLevel == true) { ChunkTree.Chunks.Add(chunk);