Skip to content

Commit 3c0d245

Browse files
committed
Pretty again
1 parent 1a35d7f commit 3c0d245

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scalars/guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,16 @@ programmatically, `rawInputValueToLiteral` might not be needed.
140140
These three functions need to be compatible to each other, specifically:
141141

142142
**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.
145145

146146
**Rule 2:** for every valid input for `parseLiteral` there must at least one
147147
corresponding input for `parseRawInputValue` resulting in the same coerced input
148148
value. This rule ensures that all literals can be represented as raw input
149149
value.
150150

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`.
153153

154154
These rules ensure that for every valid literal we have at least one valid raw
155155
value and vice versa.

0 commit comments

Comments
 (0)