1
0
mirror of https://github.com/actix/actix-website synced 2025-02-02 04:09:06 +01: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
commit 8abcf6db3f
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.