Skip to content

Commit 595d56b

Browse files
author
Chris Martinez
committed
Fixed XML comment
1 parent 0e7033b commit 595d56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.OData.Versioning/Web.OData/Routing/VersionedAttributeRoutingConvention.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public VersionedAttributeRoutingConvention( IEdmModel model, HttpConfiguration c
4040
/// Initializes a new instance of the <see cref="VersionedAttributeRoutingConvention"/> class.
4141
/// </summary>
4242
/// <param name="model">The <see cref="IEdmModel">EDM model</see> associated with the routing convention.</param>
43-
/// <param name="controllers">The <see cref="IEnumerable{T}">sequence</see> of <see cref="HttpControllerDescriptor">controller descriptors</see>
43+
/// <param name="controllers">The <see cref="IEnumerable{T}">sequence</see> of <see cref="HttpControllerDescriptor">controller descriptors</see></param>
4444
public VersionedAttributeRoutingConvention( IEdmModel model, IEnumerable<HttpControllerDescriptor> controllers )
4545
: base( model, controllers )
4646
{

0 commit comments

Comments
 (0)