Fixing xml comment typo

This commit is contained in:
kanchanm 2014-11-12 16:25:01 -08:00
parent 4598505652
commit 47d0afbe38
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ namespace Microsoft.AspNet.Mvc.ApplicationModels
} }
/// <suethodandlemary> /// <summary>
/// Creates an <see cref="ActionModel"/> for the given <see cref="MethodInfo"/>. /// Creates an <see cref="ActionModel"/> for the given <see cref="MethodInfo"/>.
/// </summary> /// </summary>
/// <param name="methodInfo">The <see cref="MethodInfo"/>.</param> /// <param name="methodInfo">The <see cref="MethodInfo"/>.</param>