mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
time: change 300ms to 1s in documentation (#3685)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! Require that an operation takes no more than 300ms.
|
||||
//! Require that an operation takes no more than 1s.
|
||||
//!
|
||||
//! ```
|
||||
//! use tokio::time::{timeout, Duration};
|
||||
|
||||
Reference in New Issue
Block a user