-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
std::time fix typo on now()
comments
#61433
Conversation
Fix typo, update words, and remove some redundant word.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @kennytm (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@@ -170,14 +170,14 @@ impl Instant { | |||
// * https://bugzilla.mozilla.org/show_bug.cgi?id=1487778 - a similar | |||
// Firefox bug | |||
// | |||
// It simply seems that this it just happens so that a lot in the wild | |||
// we're seeing panics across various platforms where consecutive calls | |||
// It seems that this is just happens a lot in the wild. |
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.
This grammar is still messed up. Try removing the word is
.
This comment has been minimized.
This comment has been minimized.
r=me after czipperz's comment is fixed. |
Ping from triage @bekicot ^--- |
@Centril Sorry for the delay. Currently having a very slow internet connection (on vacation). Cant clone the repository to do the required amend. Be back tomorrow and will resolve. |
Triage ping @bekicot, this still needs the tiny change above |
Fix typo on `now()` comments Fix typo, update words, and remove some redundant word. Also rustfmt on the rest of the file (hope this is okay :) revival of rust-lang#61433 r? @kennytm
Fix typo on `now()` comments Fix typo, update words, and remove some redundant word. Also rustfmt on the rest of the file (hope this is okay :) revival of rust-lang#61433 r? @kennytm
Fix typo, update words, and remove some redundant word.