mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
docs: remove duplicate "a listener" (#2395)
This commit is contained in:
parent
3137c6f07d
commit
1e679748ec
@ -11,9 +11,9 @@ use std::io;
|
||||
/// platforms support receiving a signal on "ctrl-c". This function provides a
|
||||
/// portable API for receiving this notification.
|
||||
///
|
||||
/// Once the returned future is polled, a listener a listener is registered. The
|
||||
/// future will complete on the first received `ctrl-c` **after** the initial
|
||||
/// call to either `Future::poll` or `.await`.
|
||||
/// Once the returned future is polled, a listener is registered. The future
|
||||
/// will complete on the first received `ctrl-c` **after** the initial call to
|
||||
/// either `Future::poll` or `.await`.
|
||||
///
|
||||
/// # Caveats
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user