Updated comment.

This commit is contained in:
N. Taylor Mullen 2015-05-29 23:01:21 -07:00
parent 3ba92523ff
commit 1e5ad1154d
1 changed files with 1 additions and 1 deletions

View File

@ -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);