Skip to content
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