Skip to content

fix incorrect expression in queueing-a-series-of-state-updates.md #1744

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
merged 1 commit into from
Aug 5, 2025

Conversation

iio888
Copy link
Contributor

@iio888 iio888 commented Aug 4, 2025

Original Text: Each time the user presses the “Buy” button, the “Pending” counter should increase by one. After three seconds, the “Pending” counter should decrease, and the “Completed” counter should increase.

Old Translation: 每次用户按下“购买”按钮,“等待”计数器应该增加一点三秒后,“等待”计数器应该减少,“完成”计数器应该增加。

New Translation: 每次用户按下“购买”按钮,“等待”计数器应该增加 1。三秒后,“等待”计数器应该减少,“完成”计数器应该增加。

There should be two sentences instead of one.

Copy link

vercel bot commented Aug 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zh-hans-react-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 4, 2025 4:31pm

Copy link
Collaborator

@awxiaoxian2020 awxiaoxian2020 left a comment

Choose a reason for hiding this comment

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

Thanks! 🎉

@awxiaoxian2020 awxiaoxian2020 merged commit 15e0e33 into reactjs:main Aug 5, 2025
8 of 9 checks passed
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