Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork841
Refactor sentence and fix typo#227
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Refactor sentence:"当我们引入全局可用的print!宏在教程03,我门有一点作弊。"-> "我们在教程03引入全局可用的`print!`宏时有一点作弊。"Fix typo:"我门" typo corrected during sentence refactoring
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.
I'm not a Chinese speaker, but it checks out in Google Translate at least.
Thanks much for the correction. |
Thanks, He correction is correct. @eldruin Can be merged. |
Description
Refactor sentence:
"当我们引入全局可用的
print
宏在教程03,我门有一点作弊。"-> "我们在教程03引入全局可用的
print!
宏时有一点作弊。"Fix typo:
"我门" typo corrected during sentence refactoring
Related Issue:#166
Pre-commit steps
./contributor_setup.sh
followed by./devtool ready_for_publish
Ruby
withBundler
andNPM
installed locally../devtool ready_for_publish_no_rust
can be used instead (faster).