Skip to content

Commit d4d6468

Browse files
authored
Fix OpenApiGenerator.GetOpenApiOperation() method inline docs (#54470)
1 parent 7c60951 commit d4d6468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpenApi/src/OpenApiGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ internal OpenApiGenerator(
4747
}
4848

4949
/// <summary>
50-
/// Generates an <see cref="OpenApiPathItem"/> for a given <see cref="Endpoint" />.
50+
/// Generates an <see cref="OpenApiOperation"/> for a given <see cref="Endpoint" />.
5151
/// </summary>
5252
/// <param name="methodInfo">The <see cref="MethodInfo"/> associated with the route handler of the endpoint.</param>
5353
/// <param name="metadata">The endpoint <see cref="EndpointMetadataCollection"/>.</param>
5454
/// <param name="pattern">The route pattern.</param>
55-
/// <returns>An <see cref="OpenApiPathItem"/> annotation derived from the given inputs.</returns>
55+
/// <returns>An <see cref="OpenApiOperation"/> annotation derived from the given inputs.</returns>
5656
internal OpenApiOperation? GetOpenApiOperation(
5757
MethodInfo methodInfo,
5858
EndpointMetadataCollection metadata,

0 commit comments

Comments
 (0)