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

Fix typo in "ultimate question" example snippet #1875

Merged
merged 2 commits into from
Feb 1, 2022

Conversation

Vlad-Shcherbina
Copy link
Contributor

Since the formatting string is "the answer to {} is {}.", question, answer,
the value of question should be "the ultimate question", not "the answer to...".

Since the formatting string is `"the answer to {} is {}.", question, answer`,
the value of `question` should be `"the ultimate question"`, not `"the answer to..."`.
@Vlad-Shcherbina Vlad-Shcherbina requested review from davidbarsky, hawkw and a team as code owners January 29, 2022 13:44
@hawkw hawkw enabled auto-merge (squash) February 1, 2022 19:07
@hawkw
Copy link
Member

hawkw commented Feb 1, 2022

Thanks, good catch!

@hawkw hawkw merged commit 1143858 into tokio-rs:master Feb 1, 2022
hawkw pushed a commit that referenced this pull request Feb 3, 2022
Since the formatting string is `"the answer to {} is {}.", question, answer`,
the value of `question` should be `"the ultimate question"`, not `"the answer to..."`.
hawkw pushed a commit that referenced this pull request Feb 3, 2022
Since the formatting string is `"the answer to {} is {}.", question, answer`,
the value of `question` should be `"the ultimate question"`, not `"the answer to..."`.
hawkw pushed a commit that referenced this pull request Feb 3, 2022
Since the formatting string is `"the answer to {} is {}.", question, answer`,
the value of `question` should be `"the ultimate question"`, not `"the answer to..."`.
hawkw pushed a commit that referenced this pull request Feb 3, 2022
Since the formatting string is `"the answer to {} is {}.", question, answer`,
the value of `question` should be `"the ultimate question"`, not `"the answer to..."`.
hawkw pushed a commit that referenced this pull request Feb 4, 2022
Since the formatting string is `"the answer to {} is {}.", question, answer`,
the value of `question` should be `"the ultimate question"`, not `"the answer to..."`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants