diff --git a/docs/32000-2-2020/clause07.md b/docs/32000-2-2020/clause07.md index e98f819..edaa0b5 100644 --- a/docs/32000-2-2020/clause07.md +++ b/docs/32000-2-2020/clause07.md @@ -145,6 +145,8 @@ modified: 24 October 2023
(Root and leaf nodes only; required in leaf nodes; present in the root node if and only if Kids is not present) Shall be an array of the form
[key1 value1 key2 value2 ...keyn valuen]
where each keyi shall be a string and the corresponding valuei shall be the
- object associated with that key. The keys shall be sorted in lexical order, as described below.
...
+Change Table 37 as follows:
+ +Key | +Type | +Value | +
---|---|---|
Nums | +array | +
+ (Root and leaf nodes only; shall be required in leaf nodes; present in the root node if and only if Kids is not present) Shall be an array of the form +[key1 value1 key2 value2 ...keyn valuen] +where each keyi shall is an integer and the corresponding valuei shall be the + object associated with that key. The keys shall be sorted in numerical order, analogously to the arrangement of keys in a name tree as described in 7.9.6, "Name trees". + Keys shall not be the null object. + |
+