fix: typo

Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
pull/24376/head
Marco Neumann 2021-11-15 18:37:31 +01:00 committed by GitHub
parent c88930a6a5
commit 1d68980e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ pub trait ServerType: std::fmt::Debug + Send + Sync + 'static {
/// Join shutdown worker.
///
/// This MUST NOT before `shutdown` is called, otherwise the server is deemed to be dead and the process will exit.
/// This MUST NOT exit before `shutdown` is called, otherwise the server is deemed to be dead and the process will exit.
async fn join(self: Arc<Self>);
/// Shutdown background worker.