1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 10:02:57 +01:00

Fix typo in server.md

This commit is contained in:
Caleb Bassi 2018-11-30 09:10:07 -08:00 committed by GitHub
parent d2d0975f8b
commit 6d66d2453a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ address of the started http server. It accepts several messages:
## Multi-threading
`HttpServer` automatically starts an number of http workers, by default
`HttpServer` automatically starts a number of http workers, by default
this number is equal to number of logical CPUs in the system. This number
can be overridden with the
[`HttpServer::workers()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.workers) method.