diff --git a/spec12/value-types.html b/spec12/value-types.html index bf1ee33..a91269b 100644 --- a/spec12/value-types.html +++ b/spec12/value-types.html @@ -415,7 +415,7 @@

Usage

[box type="note"]The char type is synonymous with 1-byte, UTF8 encoded value (decimal values 0-127). A char value must not have a decimal value larger than 127.[/box] -The char type is functionally identical to the uint8 type, but semantically is meant to represent a character and not a numeric value. +The char type is functionally identical to the uint8 type, but semantically is meant to represent a string consisting of a single ASCII character, not a numeric value.

Example

JSON snippet:
{