-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update 'Field Collection' explanation #765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
spec/Section 6 -- Execution.md
Outdated
| name). This ensures all fields with the same response key including via | ||
| referenced fragments are executed at the same time. |
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.
Maybe it would be clearer with parenthesis, e.g.:
| name). This ensures all fields with the same response key including via | |
| referenced fragments are executed at the same time. | |
| name). This ensures all fields with the same response key (including those | |
| in referenced fragments) are executed at the same time. |
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.
Thanks for your suggestion, the PR is updated and is squashed to one single commit.
|
@benjie Thanks for the review 👍 |
|
|
|
@dugenkui03 would you mind making sure the CLA is signed? |
@leebyron done. |
This change seems to alter the semantic of content, but I think this make semantic to be more accurate.
This ensures all fields with the same response key included via referenced fragments are executed at the same time.
This ensures all fields with the same response key including via referenced fragments are executed at the same time.