Skip to content

Commit 1da465d

Browse files
authored
Fix XML documentation for CheckModel method (#63629)
1 parent abbcda2 commit 1da465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Core/src/ModelBinding/Binders/SimpleTypeModelBinder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public Task BindModelAsync(ModelBindingContext bindingContext)
107107
/// <summary>
108108
/// If the <paramref name="model" /> is <see langword="null" />, verifies that it is allowed to be <see langword="null" />,
109109
/// otherwise notifies the <see cref="P:ModelBindingContext.ModelState" /> about the invalid <paramref name="valueProviderResult" />.
110-
/// Sets the <see href="P:ModelBindingContext.Result" /> to the <paramref name="model" /> if successful.
110+
/// Sets the <see cref="P:ModelBindingContext.Result" /> to the <paramref name="model" /> if successful.
111111
/// </summary>
112112
protected virtual void CheckModel(
113113
ModelBindingContext bindingContext,

0 commit comments

Comments
 (0)