Skip to content

Commit dd146ee

Browse files
Update src/Genocs.WebApi/Exceptions/ExceptionResponse.cs
Co-authored-by: Copilot <[email protected]>
1 parent 66f9b5b commit dd146ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Genocs.WebApi/Exceptions/ExceptionResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Genocs.WebApi.Exceptions;
66
/// Represents an exception response.
77
/// </summary>
88
/// <param name="response">The response.</param>
9-
/// <param name="statusCode">The http statu code.</param>
9+
/// <param name="statusCode">The http status code.</param>
1010
public class ExceptionResponse(object response, HttpStatusCode statusCode)
1111
{
1212
/// <summary>

0 commit comments

Comments
 (0)