Skip to content

Commit 24469a7

Browse files
authored
docs: fixes comment for Responses property
1 parent 39d3cc2 commit 24469a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.OpenApi/Models/OpenApiOperation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public ISet<OpenApiTagReference>? Tags
7575
public IOpenApiRequestBody? RequestBody { get; set; }
7676

7777
/// <summary>
78-
/// REQUIRED. The list of possible responses as they are returned from executing this operation.
78+
/// The list of possible responses as they are returned from executing this operation.
7979
/// </summary>
8080
public OpenApiResponses? Responses { get; set; } = [];
8181

0 commit comments

Comments
 (0)