1
0
mirror of https://github.com/actix/actix-website synced 2024-12-02 19:52:23 +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 ## 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 this number is equal to number of logical CPUs in the system. This number
can be overridden with the can be overridden with the
[`HttpServer::workers()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.workers) method. [`HttpServer::workers()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.workers) method.