Skip to content

Commit 57a6914

Browse files
authored
sentence clarification
This seems like a semantic error, because we are not writing a server that writes another server to handle HTTP GET
1 parent 53feb0e commit 57a6914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/basic-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Writing Your Server
126126
-------------------
127127

128128
Armed with the knowledge you just obtained, we're going to write a very simple
129-
HTTP/2 web server. The goal of this server is to write a server that can handle
129+
HTTP/2 web server. The goal of this tutorial is to write a server that can handle
130130
a HTTP GET, and that returns the headers sent by the client, encoded in JSON.
131131
Basically, something a lot like `httpbin.org/get`_. Nothing fancy, but this is
132132
a good way to get a handle on how you should interact with h2.

0 commit comments

Comments
 (0)