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)