Skip to content

Update futures.md #1071

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
May 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _overviews/core/futures.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ completed, but does not retrieve its result. In the same way, calling
that method will not throw an exception if the future is failed.

The `Future` trait implements the `Awaitable` trait with methods
method `ready()` and `result()`. These methods cannot be called directly
`ready()` and `result()`. These methods cannot be called directly
by the clients-- they can only be called by the execution context.


Expand Down