File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,16 +140,16 @@ programmatically, `rawInputValueToLiteral` might not be needed.
140
140
These three functions need to be compatible to each other, specifically:
141
141
142
142
** Rule 1:** every valid input for ` parseRawInputValue ` must be a valid input for
143
- ` rawInputValueToLiteral ` and vice versa. This rule ensures that every raw
144
- input value can be represented as literal.
143
+ ` rawInputValueToLiteral ` and vice versa. This rule ensures that every raw input
144
+ value can be represented as literal.
145
145
146
146
** Rule 2:** for every valid input for ` parseLiteral ` there must at least one
147
147
corresponding input for ` parseRawInputValue ` resulting in the same coerced input
148
148
value. This rule ensures that all literals can be represented as raw input
149
149
value.
150
150
151
- ** Rule 3:** every output for ` rawInputValueToLiteral ` must be a valid input
152
- for ` parseLiteral ` .
151
+ ** Rule 3:** every output for ` rawInputValueToLiteral ` must be a valid input for
152
+ ` parseLiteral ` .
153
153
154
154
These rules ensure that for every valid literal we have at least one valid raw
155
155
value and vice versa.
You can’t perform that action at this time.
0 commit comments