diff --git a/_overviews/core/futures.md b/_overviews/core/futures.md index b8ac14a754..68d4d50269 100644 --- a/_overviews/core/futures.md +++ b/_overviews/core/futures.md @@ -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.