Skip to content

Commit

Permalink
typo (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
YBoy-git authored Feb 8, 2025
1 parent 27ca55f commit 8eea1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eea1eb

Please sign in to comment.