Duplicated word in documentation. (#405)

This commit is contained in:
pravic
2018-06-11 15:17:09 -07:00
committed by Carl Lerche
parent 8d8c895a1c
commit d391e63418
+1 -1
View File
@@ -5,7 +5,7 @@
//! the future must be submitted to an executor. A future that is submitted to
//! an executor is called a "task".
//!
//! The executor executor is responsible for ensuring that [`Future::poll`] is
//! The executor is responsible for ensuring that [`Future::poll`] is
//! called whenever the task is [notified]. Notification happens when the
//! internal state of a task transitions from "not ready" to ready. For
//! example, a socket might have received data and a call to `read` will now be