Skip to content
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

replace parens with square brackets when referencing _mut on Query docs #9200 #9223

Merged
merged 1 commit into from Jul 20, 2023

Conversation

ryand67
Copy link
Contributor

@ryand67 ryand67 commented Jul 20, 2023

Objective

Fixes #9200
Switches ()'s to []'s when talking about the optional _mut suffix in the ECS Query Struct page to have more idiomatic docs.

Solution

Replace () with [] in appropriate doc pages.

@github-actions
Copy link
Contributor

Welcome, new contributor!

Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨

@ryand67 ryand67 changed the title replace parens with square brackets when referencing _mut on Query docs replace parens with square brackets when referencing _mut on Query docs #9200 Jul 20, 2023
@alice-i-cecile alice-i-cecile added C-Docs An addition or correction to our documentation S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it labels Jul 20, 2023
@alice-i-cecile
Copy link
Member

Thanks!

@mockersf mockersf added this pull request to the merge queue Jul 20, 2023
Merged via the queue into bevyengine:main with commit 264195e Jul 20, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Docs An addition or correction to our documentation S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace parens with square brackets for optional suffixes
3 participants