diff --git a/src/Mvc/Mvc.Core/src/ModelBinding/Binders/SimpleTypeModelBinder.cs b/src/Mvc/Mvc.Core/src/ModelBinding/Binders/SimpleTypeModelBinder.cs index 9f60e2bb7cff..6f96c36dcf4e 100644 --- a/src/Mvc/Mvc.Core/src/ModelBinding/Binders/SimpleTypeModelBinder.cs +++ b/src/Mvc/Mvc.Core/src/ModelBinding/Binders/SimpleTypeModelBinder.cs @@ -107,7 +107,7 @@ public Task BindModelAsync(ModelBindingContext bindingContext) /// /// If the is , verifies that it is allowed to be , /// otherwise notifies the about the invalid . - /// Sets the to the if successful. + /// Sets the to the if successful. /// protected virtual void CheckModel( ModelBindingContext bindingContext,