Fixing xml comment typo
This commit is contained in:
parent
4598505652
commit
47d0afbe38
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue