1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +02:00

doc amendments

This commit is contained in:
Rob Ede
2023-07-19 19:27:20 +01:00
parent 908fb2606e
commit 4272510261
2 changed files with 3 additions and 3 deletions

View File

@ -431,9 +431,9 @@ impl TestServerConfig {
self
}
/// Sets number of workers in the test server process.
/// Sets number of workers for the test server.
///
/// By default, the server boots with 1 worker
/// By default, the server uses 1 worker
pub fn workers(mut self, workers: usize) -> Self {
self.workers = workers;
self