Skip to content

Commit

Permalink
doc,quic: simplify "make use of" to "use" in quic.md
Browse files Browse the repository at this point in the history
PR-URL: nodejs#34861
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Trott committed Aug 28, 2020
1 parent e985fce commit 496c174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/quic.md
Expand Up @@ -212,7 +212,7 @@ session.on('stream', (stream) => {

#### QuicStream headers

Some QUIC application protocols (like HTTP/3) make use of headers.
Some QUIC application protocols (like HTTP/3) use headers.

There are four kinds of headers that the Node.js QUIC implementation
is capable of handling dependent entirely on known application protocol
Expand Down

0 comments on commit 496c174

Please sign in to comment.