From 45aae5956d83006fdcba29cd464bb63d99323944 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Mon, 9 Feb 2015 10:25:09 -0800 Subject: [PATCH] Correct XML comments so all references are clean - avoids failed full builds --- .../OptionDescriptors/OptionDescriptorExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/OptionDescriptors/OptionDescriptorExtensions.cs b/src/Microsoft.AspNet.Mvc.Core/OptionDescriptors/OptionDescriptorExtensions.cs index 2f08788e48..3dd39f1779 100644 --- a/src/Microsoft.AspNet.Mvc.Core/OptionDescriptors/OptionDescriptorExtensions.cs +++ b/src/Microsoft.AspNet.Mvc.Core/OptionDescriptors/OptionDescriptorExtensions.cs @@ -19,7 +19,7 @@ namespace Microsoft.AspNet.Mvc /// A sequence of . /// The only instance of from a sequence of /// . - /// + /// /// Thrown if there is not exactly one in the sequence. public static TInstance InstanceOf( [NotNull] this IEnumerable> descriptors) @@ -39,7 +39,7 @@ namespace Microsoft.AspNet.Mvc /// The only instance of from a sequence of /// , /// or a default value if the sequence is empty. - /// + /// /// Thrown if there is more than one in the sequence. public static TInstance InstanceOfOrDefault([NotNull] this IEnumerable> descriptors)