Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.7k
✏ Reword and clarify text in tutorialdocs/en/docs/tutorial/body-nested-models.md#5169
Merged
tiangolo merged 1 commit intofastapi:masterfromAug 26, 2022
papb:patch-1
Merged
✏ Reword and clarify text in tutorialdocs/en/docs/tutorial/body-nested-models.md#5169tiangolo merged 1 commit intofastapi:masterfrompapb:patch-1
docs/en/docs/tutorial/body-nested-models.md#5169tiangolo merged 1 commit intofastapi:masterfrom
papb:patch-1
Conversation
Contributor
📝 Docs preview for commitb9fce4b at:https://62d5ecb7f767f50b8c5fc37a--fastapi.netlify.app |
Codecov Report
@@ Coverage Diff @@## master #5169 +/- ##========================================= Coverage 100.00% 100.00% ========================================= Files 532 532 Lines 13684 13684 ========================================= Hits 13684 13684
Continue to review full report at Codecov.
|
edisnake approved these changesJul 19, 2022
Contributor
edisnake left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
looks good
JarroVGIT approved these changesJul 31, 2022
Contributor
JarroVGIT left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
docs/en/docs/tutorial/body-nested-models.mdMember
tiangolo commentedAug 26, 2022
Great! Good point, thanks@papb! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It currently says"list of items", and since the entity in the example is called
Item, this was a little confusing for me. Avoiding the word"item" in this sentence is probably better.