Skip to content

Commit

Permalink
Fixed xml docs build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Oct 22, 2015
1 parent 40b7636 commit 493a556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Microsoft.AspNet.Mvc.TagHelpers.Internal
{
/// <summary>
/// Utility methods for <see cref="AspNet.Razor.Runtime.TagHelpers.ITagHelper"/>'s that support
/// Utility methods for <see cref="AspNet.Razor.TagHelpers.ITagHelper"/>'s that support
/// attributes containing file globbing patterns.
/// </summary>
public class GlobbingUrlBuilder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Microsoft.AspNet.Mvc.TagHelpers.Internal
{
/// <summary>
/// Log values for <see cref="AspNet.Razor.Runtime.TagHelpers.ITagHelper"/> instances that opt out of
/// Log values for <see cref="AspNet.Razor.TagHelpers.ITagHelper"/> instances that opt out of
/// processing due to missing attributes for one of several possible modes.
/// </summary>
public class PartialModeMatchLogValues<TMode> : ILogValues
Expand Down

0 comments on commit 493a556

Please sign in to comment.