CR feedback

This commit is contained in:
Ryan Nowak 2014-04-09 11:10:05 -07:00
parent 4e1511ed4d
commit 35bfa84274
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
ViewDataDictionary<TModel> ViewData { get; }
/// <summary>
/// Returns an anchor element (a element) that contains a url path to the specified action.
/// Returns an anchor element (a element) that contains a URL path to the specified action.
/// </summary>
/// <param name="linkText">The inner text of the anchor element.</param>
/// <param name="actionName">The name of the action.</param>