Skip to content

Commit b95f137

Browse files
authored
Dummy change to trigger rebuild
1 parent 31574c9 commit b95f137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.OpenApi/Validations/Rules/OpenApiResponsesRules.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static class OpenApiResponsesRules
2828
});
2929

3030
/// <summary>
31-
/// The response key must either be "default" or an HTTP status code (1xx, 2xx, 3xx, 4xx, 5xx)
31+
/// The response key must either be "default" or an HTTP status code (1xx, 2xx, 3xx, 4xx, 5xx).
3232
/// </summary>
3333
public static ValidationRule<OpenApiResponses> ResponsesMustBeIdentifiedByDefaultOrStatusCode =>
3434
new ValidationRule<OpenApiResponses>(
@@ -50,4 +50,4 @@ public static class OpenApiResponsesRules
5050
}
5151
});
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)