1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

Merge pull request #66 from cjbassi/patch-1

Fix typo in server.md
This commit is contained in:
Nikolay Kim
2018-12-17 07:39:19 -08:00
committed by GitHub

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.