Skip to content

Commit 1488b8a

Browse files
11TakanoriNemo157
authored andcommitted
Fix typo
1 parent 8cf0785 commit 1488b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! code:
55
//!
66
//! - [Futures](crate::future::Future) are single eventual values produced by
7-
//! asychronous computations. Some programming languages (e.g. JavaScript)
7+
//! asynchronous computations. Some programming languages (e.g. JavaScript)
88
//! call this concept "promise".
99
//! - [Streams](crate::stream::Stream) represent a series of values
1010
//! produced asynchronously.

0 commit comments

Comments
 (0)