Skip to content

Commit

Permalink
Merge pull request #1192 from dret/patch-1
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
duglin authored Apr 12, 2023
2 parents 34f22a7 + 1483059 commit 30f1a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudevents/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ these types MAY be represented differently by different event formats and in
protocol metadata fields. This specification defines a canonical
string-encoding for each type that MUST be supported by all implementations.

- `Boolean` - a boolean value of "true" or "false".
- `Boolean` - A boolean value of "true" or "false".
- String encoding: a case-sensitive value of `true` or `false`.
- `Integer` - A whole number in the range -2,147,483,648 to +2,147,483,647
inclusive. This is the range of a signed, 32-bit, twos-complement encoding.
Expand Down

0 comments on commit 30f1a08

Please sign in to comment.