From ddea73b93410ff2e46da60578ea4dc09999d768f Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 26 Aug 2014 12:14:42 -0700 Subject: [PATCH] Fixing build break by updating comment --- src/Microsoft.AspNet.Mvc.Core/MvcOptions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/MvcOptions.cs b/src/Microsoft.AspNet.Mvc.Core/MvcOptions.cs index 3180d8d7c4..bb947d4fcb 100644 --- a/src/Microsoft.AspNet.Mvc.Core/MvcOptions.cs +++ b/src/Microsoft.AspNet.Mvc.Core/MvcOptions.cs @@ -92,7 +92,8 @@ namespace Microsoft.AspNet.Mvc public List ModelBinders { get; private set; } /// - /// Get a list of the s used by this application. + /// Get a list of the s used by + /// . /// public List ModelValidatorProviders { get; } = new List();