Skip to content

Commit 07e07fe

Browse files
authored
Merge pull request #1071 from bartecheck/patch-1
Update futures.md
2 parents eabb739 + 3e391d4 commit 07e07fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/core/futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ completed, but does not retrieve its result. In the same way, calling
834834
that method will not throw an exception if the future is failed.
835835

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

840840

0 commit comments

Comments
 (0)