File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Microsoft.AspNet.WebApi.Versioning/System.Web.Http Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ public ApiVersionModel(
197
197
/// </summary>
198
198
/// <value>A <see cref="IReadOnlyList{T}">read-only list</see> of <see cref="ApiVersion">API versions</see>
199
199
/// declared by the controller or action.</value>
200
- /// <remarks>The declared API versions are constrainted to the versions declared explicitly by the specified controller or action.</remarks>
200
+ /// <remarks>The declared API versions are constrained to the versions declared explicitly by the specified controller or action.</remarks>
201
201
public IReadOnlyList < ApiVersion > DeclaredApiVersions => declaredVersions . Value ;
202
202
203
203
/// <summary>
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ internal static IEnumerable<HttpControllerDescriptor> AsEnumerable( this HttpCon
157
157
/// <param name="controllerDescriptor">The <see cref="HttpControllerDescriptor">controller</see> to evaluate.</param>
158
158
/// <returns>A <see cref="IReadOnlyList{T}">read-only list</see> of <see cref="ApiVersion">API versions</see>
159
159
/// declared by the controller.</returns>
160
- /// <remarks>The declared API versions are constrainted to the versions declared explicitly by the specified controller.</remarks>
160
+ /// <remarks>The declared API versions are constrained to the versions declared explicitly by the specified controller.</remarks>
161
161
public static IReadOnlyList < ApiVersion > GetDeclaredApiVersions ( this HttpControllerDescriptor controllerDescriptor ) => controllerDescriptor . GetApiVersionModel ( ) . DeclaredApiVersions ;
162
162
163
163
/// <summary>
You can’t perform that action at this time.
0 commit comments