1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

Fix typo in server.md (#121)

This commit is contained in:
adrian5 2019-10-29 08:49:33 +01:00 committed by Yuki Okushi
parent 7fd7b130a2
commit b7f01e2fe8

View File

@ -49,8 +49,8 @@ is not shared between threads. To share state, `Arc` could be used.
## SSL
There are two features for ssl server: `rust-tls` and `ssl`. The `tls` feature is
for `rust-tls` integration and `ssl` is for `openssl`.
There are two features for the ssl server: `rust-tls` and `ssl`. The `rust-tls` feature is for
`rustls` integration and `ssl` is for `openssl`.
```toml
[dependencies]