Skip to content

Commit 4cf42d9

Browse files
authored
Update GRAMMAR.ABNF
1 parent 0fa921a commit 4cf42d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRAMMAR.ABNF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
;; This also means that, with the exception of JMESPath expression types, JMESPath only supports the same types supported by JSON:
2323
;;
2424
;; - number (integers and double-precision floating-point format in JSON)
25-
;; - string
25+
;; - string (a sequence of Unicode [code points](https://unicode.org/glossary/#code_point). Note that a code point is distinct to a [code unit](https://unicode.org/glossary/#code_unit))
2626
;; - boolean (true or false)
2727
;; - array (an ordered, sequence of values)
2828
;; - object (an unordered collection of key value pairs)

0 commit comments

Comments
 (0)