From 8cf74afc754b4d614165eee9ba56c752a8992d7d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 16 Oct 2014 08:19:54 -0700 Subject: [PATCH] Fixing doc comments --- .../Directives/ChunkInheritanceUtility.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkInheritanceUtility.cs b/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkInheritanceUtility.cs index 78b4b09dbc..6f0e67f9be 100644 --- a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkInheritanceUtility.cs +++ b/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkInheritanceUtility.cs @@ -72,10 +72,11 @@ namespace Microsoft.AspNet.Mvc.Razor.Directives } /// - /// Merges a list of chunks into the specified . /// - /// The to mere - /// The list of chunks to merge. + /// The to merge. + /// The of to merge. + /// The list of chunks to merge. public void MergeInheritedChunks([NotNull] CodeTree codeTree, [NotNull] IReadOnlyList inherited, string defaultModel)