From b610d8379e040b4879d8fce3c409590030cdf2b2 Mon Sep 17 00:00:00 2001 From: Christian Wesselhoeft Date: Fri, 13 Jul 2018 19:54:49 -0600 Subject: [PATCH] server.md: Fix typo --- content/docs/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/server.md b/content/docs/server.md index 834c67a..4479f36 100644 --- a/content/docs/server.md +++ b/content/docs/server.md @@ -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" >}}