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

[Merged by Bors] - Fix typos in Time::last_update and Time::time_since_startup documentation #4470

Closed
wants to merge 1 commit into from
Closed

Conversation

mdickopp
Copy link
Contributor

Objective

The documentation of the Time::last_update and Time::time_since_startup methods contains typos. It uses apostrophe instead of backtick characters around Instant and Duration, so that these words are not recognized as identifiers in the generated API documentation. This should be fixed.

Solution

Fix the typos.

@github-actions github-actions bot added the S-Needs-Triage This issue needs to be labelled label Apr 13, 2022
@alice-i-cecile alice-i-cecile added C-Docs An addition or correction to our documentation A-Core Common functionality for all bevy apps and removed S-Needs-Triage This issue needs to be labelled labels Apr 13, 2022
Copy link
Member

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

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

Thanks!

@alice-i-cecile
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Apr 13, 2022
…entation (#4470)

# Objective

The documentation of the `Time::last_update` and `Time::time_since_startup` methods contains typos. It uses apostrophe instead of backtick characters around `Instant` and `Duration`, so that these words are not recognized as identifiers in the generated API documentation. This should be fixed.

## Solution

Fix the typos.
@bors bors bot changed the title Fix typos in Time::last_update and Time::time_since_startup documentation [Merged by Bors] - Fix typos in Time::last_update and Time::time_since_startup documentation Apr 13, 2022
@bors bors bot closed this Apr 13, 2022
aevyrie pushed a commit to aevyrie/bevy that referenced this pull request Jun 7, 2022
…entation (bevyengine#4470)

# Objective

The documentation of the `Time::last_update` and `Time::time_since_startup` methods contains typos. It uses apostrophe instead of backtick characters around `Instant` and `Duration`, so that these words are not recognized as identifiers in the generated API documentation. This should be fixed.

## Solution

Fix the typos.
ItsDoot pushed a commit to ItsDoot/bevy that referenced this pull request Feb 1, 2023
…entation (bevyengine#4470)

# Objective

The documentation of the `Time::last_update` and `Time::time_since_startup` methods contains typos. It uses apostrophe instead of backtick characters around `Instant` and `Duration`, so that these words are not recognized as identifiers in the generated API documentation. This should be fixed.

## Solution

Fix the typos.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Core Common functionality for all bevy apps C-Docs An addition or correction to our documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants