1
0
mirror of https://github.com/actix/actix-website synced 2025-02-17 10:13:31 +01:00

The start methods -> The start method

This commit is contained in:
Roman Frołow 2018-11-17 13:38:51 +01:00 committed by GitHub
parent d2d0975f8b
commit 0dd8b580bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ You can change this parameter with the
You can send a stop message to the server with the server address and specify if you want
graceful shutdown or not. The
[`start()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.start)
methods returns address of the server.
method returns address of the server.
`HttpServer` handles several OS signals. *CTRL-C* is available on all OSs,
other signals are available on unix systems.