Skip to content

Commit 5462d2f

Browse files
altsocommonsensesoftware
authored andcommitted
Fix a typo in xml docs for ApiVersion
1 parent 1e4792f commit 5462d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer/ApiVersionDescription.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public ApiVersionDescription( ApiVersion apiVersion, string groupName, bool depr
2727
public ApiVersion ApiVersion { get; }
2828

2929
/// <summary>
30-
/// Gets the API version group name.f
30+
/// Gets the API version group name.
3131
/// </summary>
3232
/// <value>The group name for the API version.</value>
3333
public string GroupName { get; }

0 commit comments

Comments
 (0)