Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
cuishuang 2022-04-26 20:51:25 +08:00
parent ea02080e00
commit fbd776a0fc
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ where
///
/// When calling `Listener::info` multiple `ListenInfo` instances may be
/// returned. This is useful when using for example `ConcurrentListener`
/// which enables a single server to listen on muliple ports.
/// which enables a single server to listen on multiple ports.
///
/// # Examples
///