Fix documentation error
This commit is contained in:
parent
ffc863532a
commit
5afadf6998
|
|
@ -77,7 +77,7 @@ namespace Microsoft.AspNet.Mvc.ModelBinding
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Creates a new <see cref="ModelBindingResult"/> using the provided <paramref cref="key"/>
|
/// Creates a new <see cref="ModelBindingResult"/> using the provided <paramref name="key"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="key">The key of the current model binding operation.</param>
|
/// <param name="key">The key of the current model binding operation.</param>
|
||||||
/// <param name="other">The other <see cref="ModelBindingResult" /> to copy from.</param>
|
/// <param name="other">The other <see cref="ModelBindingResult" /> to copy from.</param>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue