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

server.md: Fix typo

This commit is contained in:
Christian Wesselhoeft 2018-07-13 19:54:49 -06:00 committed by GitHub
parent f8a3dd4327
commit b610d8379e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ defined by the request's http version.
> *keep alive* is **off** for *HTTP/1.0* and is **on** for *HTTP/1.1* and *HTTP/2.0*.
*Connection type* can be change with `HttpResponseBuilder::connection_type()` method.
*Connection type* can be changed with `HttpResponseBuilder::connection_type()` method.
{{< include-example example="server" file="ka_tp.rs" section="example" >}}