From 9b4d68e53bd0eaa1ef3e402d0227f2d9ef1970dd Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 10 Nov 2018 19:31:49 +0700 Subject: Fix documentation typos. --- src/libcore/future/future.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore/future') diff --git a/src/libcore/future/future.rs b/src/libcore/future/future.rs index 9176e0d32cb..0c870f9e404 100644 --- a/src/libcore/future/future.rs +++ b/src/libcore/future/future.rs @@ -17,7 +17,7 @@ use ops; use pin::Pin; use task::{Poll, LocalWaker}; -/// A future represents an asychronous computation. +/// A future represents an asynchronous computation. /// /// A future is a value that may not have finished computing yet. This kind of /// "asynchronous value" makes it possible for a thread to continue doing useful -- cgit 1.4.1-3-g733a5