From 8eea1ebfa233f8c1c5484abafa7289dc2ee92385 Mon Sep 17 00:00:00 2001 From: YBoy <85903114+YBoy-git@users.noreply.github.com> Date: Sun, 9 Feb 2025 00:53:03 +0200 Subject: [PATCH] typo (#1049) --- crates/core/src/server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/src/server.rs b/crates/core/src/server.rs index 9031862dc..005843707 100644 --- a/crates/core/src/server.rs +++ b/crates/core/src/server.rs @@ -55,7 +55,7 @@ impl ServerHandle { /// It ensures that all connections are closed properly and any resources are released. /// /// You can specify a timeout to force stop server. - /// If `timeout` is `None`, it will wait util all connections are closed. + /// If `timeout` is `None`, it will wait until all connections are closed. /// /// This function gracefully stop the server, allowing it to finish processing any /// ongoing requests before terminating. It ensures that all connections are closed