From 52af452a08b0bdbeb361b337a088d2831c505f10 Mon Sep 17 00:00:00 2001 From: sornaks Date: Fri, 10 Jul 2015 16:47:04 -0700 Subject: [PATCH] Fixing XML docs. --- .../TagHelperContentExtensions.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs b/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs index f15cba276c..380a52d1fc 100644 --- a/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs +++ b/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs @@ -23,9 +23,10 @@ namespace Microsoft.AspNet.Mvc.TagHelpers /// The to write. /// after the write operation has completed. /// - /// s of type are written using - /// .For all other types, - /// the encoded result of is written to the . + /// s of type are written using + /// . + /// For all other types, the encoded result of + /// is written to the . /// public static TagHelperContent Append( [NotNull] this TagHelperContent content,