Skip to content

Commit 10742dd

Browse files
committed
remove note prefix for error throwing note
1 parent 11b9e96 commit 10742dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

spec/Section 3 -- Type System.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,10 +2210,9 @@ production.
22102210
To refer to a _schema element_, a _schema coordinate_ must be interpreted in the
22112211
context of a GraphQL {schema}.
22122212

2213-
Note: If the _schema element_ cannot be found, the resolve function will not
2214-
yield a value (without raising an error). However, an error **will** be raised
2215-
if any non-leaf nodes within a _schema coordinate_ cannot be found in the
2216-
{schema}.
2213+
If the _schema element_ cannot be found, the resolve function will not yield a
2214+
value (without raising an error). However, an error **will** be raised if any
2215+
non-leaf nodes within a _schema coordinate_ cannot be found in the {schema}.
22172216

22182217
SchemaCoordinate : Name
22192218

0 commit comments

Comments
 (0)