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

Minor docs fixes #16347

Merged
merged 3 commits into from
Nov 13, 2024
Merged

Minor docs fixes #16347

merged 3 commits into from
Nov 13, 2024

Conversation

richchurcher
Copy link
Contributor

Happened upon a few stray characters while reading about picking.

@richchurcher richchurcher added C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward A-Picking Pointing at and selecting objects of all sorts labels Nov 11, 2024
@mnmaita mnmaita added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Nov 12, 2024
//! physics objects, a picking shader backend to pick non-physics meshes, and the `bevy_ui` backend
//! for your UI. The [`PointerHits`]s produced by these various backends will be combined, sorted,
//! for your UI. The [`PointerHits`] produced by these various backends will be combined, sorted,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
//! for your UI. The [`PointerHits`] produced by these various backends will be combined, sorted,
//! for your UI. The [`PointerHits`] events produced by these various backends will be combined, sorted,

PointerHits is the individual thing that is produced, so that "double plural" is somewhat correct here

Copy link
Contributor Author

@richchurcher richchurcher Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it did occur to me... 🤔 what about

The [PointerHits] instances produced...

to avoid the double 's'? Otherwise I don't feel strongly.

@BenjaminBrienen BenjaminBrienen added S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged and removed S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it labels Nov 12, 2024
@richchurcher richchurcher added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it and removed S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged labels Nov 13, 2024
@mockersf mockersf added this pull request to the merge queue Nov 13, 2024
Merged via the queue into bevyengine:main with commit bf9971f Nov 13, 2024
30 checks passed
@richchurcher richchurcher deleted the minor-docs-fixes branch November 13, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Picking Pointing at and selecting objects of all sorts C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy 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.

4 participants