Skip to content

Commit 14e171e

Browse files
authored
docs(productions/default): add dictionary
Omitted from #338.
1 parent 032dd4e commit 14e171e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,13 +638,13 @@ Extended attributes look like this:
638638
Dictionary fields and operation arguments can take default values, and constants take
639639
values, all of which have the following fields:
640640

641-
* `type`: One of string, number, boolean, null, Infinity, NaN, or sequence.
641+
* `type`: One of `"string"`, `"number"`, `"boolean"`, `"null"`, `"Infinity"`, `"NaN"`, `"sequence"` or `"dictionary"`.
642642

643-
For string, number, boolean, and sequence:
643+
For `"string"`, `"number"`, `"boolean"`, and `"sequence"`:
644644

645645
* `value`: The value of the given type, as a string. For sequence, the only possible value is `[]`.
646646

647-
For Infinity:
647+
For `"Infinity"`:
648648

649649
* `negative`: Boolean indicating whether this is negative Infinity or not.
650650

0 commit comments

Comments
 (0)