We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf0785 commit 1488b8aCopy full SHA for 1488b8a
futures/src/lib.rs
@@ -4,7 +4,7 @@
4
//! code:
5
//!
6
//! - [Futures](crate::future::Future) are single eventual values produced by
7
-//! asychronous computations. Some programming languages (e.g. JavaScript)
+//! asynchronous computations. Some programming languages (e.g. JavaScript)
8
//! call this concept "promise".
9
//! - [Streams](crate::stream::Stream) represent a series of values
10
//! produced asynchronously.
0 commit comments