Skip to content

Commit

Permalink
Lars's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Oct 30, 2020
1 parent e421367 commit 5b60a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -7487,7 +7487,7 @@ incurred.

The pseudo-code in {{alg-varint}} shows how a variable-length integer can be
read from a stream of bytes. The function ReadVarint takes a single argument, a
sequence of bytes to read from.
sequence of bytes which can be read in network byte order.

~~~
ReadVarint(data):
Expand Down

0 comments on commit 5b60a9a

Please sign in to comment.