Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Dec 19, 2023
1 parent b16d245 commit cdcd736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ async def get_article() -> Ok[Article]:

### Returning Multiple Status Codes

Use a union of _uapi_ response types if your handler can return multiple status codes.
Use a union of _uapi_ response types and shorthands if your handler can return multiple status codes.

All responses defined this way will be rendered in the OpenAPI schema.

Expand Down

0 comments on commit cdcd736

Please sign in to comment.