Skip to content

Commit

Permalink
missing an 'e'
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <dug@microsoft.com>
  • Loading branch information
Doug Davis committed Sep 7, 2023
1 parent 8d87dfb commit a64cb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudevents/bindings/http-protocol-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Percent-encoding SHOULD be performed using upper-case for values A-F,
but decoding MUST accept lower-case values.

When performing percent-decoding (when decoding an HTTP message to a
CloudEvent), values that have been unncessarily percent-encoded MUST be
CloudEvent), values that have been unnecessarily percent-encoded MUST be
accepted, but encoded byte sequences which are invalid in UTF-8 MUST be
rejected. (For example, "%C0%A0" is an overlong encoding of U+0020, and
MUST be rejected.)
Expand Down
2 changes: 1 addition & 1 deletion cloudevents/bindings/nats-protocol-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Percent-encoding SHOULD be performed using upper-case for values A-F,
but decoding MUST accept lower-case values.

When performing percent-decoding (when decoding an NATS message to a
CloudEvent), values that have been unncessarily percent-encoded MUST be
CloudEvent), values that have been unnecessarily percent-encoded MUST be
accepted, but encoded byte sequences which are invalid in UTF-8 MUST be
rejected. (For example, "%C0%A0" is an overlong encoding of U+0020, and
MUST be rejected.)
Expand Down

0 comments on commit a64cb14

Please sign in to comment.