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

中文文档有误 #81

Closed
C-zhui opened this issue Jul 9, 2023 · 3 comments
Closed

中文文档有误 #81

C-zhui opened this issue Jul 9, 2023 · 3 comments

Comments

@C-zhui
Copy link

C-zhui commented Jul 9, 2023

README_zh_CN.md
特性第5:可变状态
英文版是,immutable state
应该是,不可变状态

@github-actions
Copy link

github-actions bot commented Jul 9, 2023

Thank feedback. We will check it later:-)

@Lucifier129
Copy link
Collaborator

Lucifier129 commented Jul 10, 2023

@C-zhui 好的,感谢提醒如果可以提个 PR 处理这个问题就更好啦

@ninesunsabiu
Copy link
Contributor

顺便的, HOW-TO 中也有一些变量的使用错误,中英均有

remesh/docs/how-to-guide.md

Lines 890 to 900 in a092095

const YourDomain = Remesh.domain({
name: 'YourDomain',
impl: (domain) => {
const AEvent = domain.event({
name: 'AEvent',
})
AQuery.emitted(({ get }, { current, previous }) => {
// do something when event was emitted
return SomeCommand()
})

AQuery.emitted -> AEvent. emitted

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

No branches or pull requests

3 participants