Skip to content

Commit

Permalink
Lars's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop authored and martinthomson committed Nov 4, 2020
1 parent daa679d commit f7f62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -7596,7 +7596,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 f7f62c4

Please sign in to comment.