1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

Fixed a typo

This commit is contained in:
Gurinder Singh 2018-10-27 16:38:08 +05:30 committed by GitHub
parent bfff012b6a
commit fe1926d63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ To bind to a specific socket address,
must be used, and it may be called multiple times. To bind ssl socket, must be used, and it may be called multiple times. To bind ssl socket,
[`bind_ssl()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.bind_ssl) [`bind_ssl()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.bind_ssl)
or [`bind_tls()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.bind_tls) or [`bind_tls()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.bind_tls)
should be used. To start the http server, one of the start methods. should be used. To start the http server, use one of the start methods.
- use [`start()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.start) - use [`start()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.start)
for a server for a server