From 2a7c2f4623d1ecd7545b9a5dbd4d18352463a059 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:03:32 -0700 Subject: [PATCH] Fix XML documentation for CheckModel method --- .../Mvc.Core/src/ModelBinding/Binders/SimpleTypeModelBinder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,