Skip to content

Commit

Permalink
Adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelspike committed Oct 7, 2024
1 parent 6d96eef commit 645a787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ fastify.get('/responseDescription', {
}, () => {})
```
Additionally, if you provide a `$ref` in your response schema but no description, if your `$ref` base schema includes a description, that will be used.
Additionally, if you provide a `$ref` in your response schema but no description, the reference's description will be used as a fallback.
<a name="route.response.2xx"></a>
##### Status code 2xx
Expand Down

0 comments on commit 645a787

Please sign in to comment.