Skip to content

Commit 1497b8d

Browse files
Apply suggestions from code review
Co-authored-by: Kevin Stich <kevin@kstich.com>
1 parent 2494ca9 commit 1497b8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source-2.0/aws/amazon-eventstream.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Message Format
4747
==============
4848

4949
The wire format is structured as a sequence of messages. Messages consist of two
50-
sections: the prelude and the data. The prelude section contains a 4-byte
50+
sections: the prelude and the data. The prelude section contains a four-byte
5151
unsigned integer representing the total length of the message and a four-byte
5252
unsigned integer representing the total length of the message's headers. The
5353
data section consists of the :ref:`headers <amazon-eventstream-headers-format>`
@@ -95,10 +95,10 @@ name MUST only appear once in a message.
9595

9696
On the wire, each header begins with a one-byte unsigned integer that indicates
9797
the number of UTF-8 encoded bytes used by the header's name. Header names MUST
98-
be at least one byte long. This length prefix if followed by the UTF-8 header
98+
be at least one byte long. This length prefix is followed by the UTF-8 header
9999
name.
100100

101-
The name of the header is followed by a one-byte unsigned integer representing
101+
The name of the header is followed by a one-byte unsigned integer indicating
102102
the header's data type. The set of types is fixed and not open to extension.
103103
Implementations SHOULD bind header types to the corresponding types in their
104104
programming language. The following table shows the available types and their

0 commit comments

Comments
 (0)