diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index dab046c6c7..1034159c3f 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -336,7 +336,7 @@ sent until the peer is known to support them. ### Control Streams -The control stream is indicated by a stream type of `0x43` (ASCII 'C'). Data on +A control stream is indicated by a stream type of `0x43` (ASCII 'C'). Data on this stream consists of HTTP/QUIC frames, as defined in {{frames}}. Each side MUST initiate a single control stream at the beginning of the @@ -391,7 +391,7 @@ implementation chooses. # HTTP Framing Layer {#http-framing-layer} -Frames are used on the control stream, request streams, and push streams. This +Frames are used on control streams, request streams, and push streams. This section describes HTTP framing in QUIC. For a comparison with HTTP/2 frames, see {{h2-frames}}.