-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[hotfix] [docs] Fix typo in state v2 docs #26890
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
base: release-2.1
Are you sure you want to change the base?
Conversation
@@ -105,7 +105,7 @@ We only focus on the asynchronous ones here. | |||
First of all, we should get familiar with the return value of those asynchronous state access methods. | |||
|
|||
`StateFuture<T>` is a future that will be completed with the result of the state access. | |||
The return bype is T. It provides multiple methods to handle the result, listed as: | |||
The return type is T. It provides multiple methods to handle the result, listed as: |
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.
we should also correct the Chinese version
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.
done
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.
LGTM. Would you please create another PR to branch master
What is the purpose of the change
Fix typo in documentation
Brief change log
Fixed typo on
Working with State V2 (New APIs)
pageVerifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: noDocumentation