Skip to content

Commit 5d87cce

Browse files
Phlosioneercramertj
authored andcommitted
Fix typo in docs
1 parent 0fea768 commit 5d87cce

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
@@ -119,7 +119,7 @@ pub mod executor {
119119
//! # use futures::future::{Future, lazy};
120120
//! # let my_app = lazy(|_| 42);
121121
//!
122-
//! // assumping `my_app: Future`
122+
//! // assuming `my_app: Future`
123123
//! ThreadPool::new().expect("Failed to create threadpool").run(my_app);
124124
//! ```
125125
//!

0 commit comments

Comments
 (0)