Fix documentation error

This commit is contained in:
Ryan Nowak 2015-09-03 17:10:11 -07:00
parent ffc863532a
commit 5afadf6998
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace Microsoft.AspNet.Mvc.ModelBinding
}
/// <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>
/// <param name="key">The key of the current model binding operation.</param>
/// <param name="other">The other <see cref="ModelBindingResult" /> to copy from.</param>