Skip to content

Commit 75c48ba

Browse files
leebyronmagicmark
authored andcommitted
update numbers
1 parent 87a38e2 commit 75c48ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,8 +2234,8 @@ SchemaCoordinate : @ Name ( Name : )
22342234
1. Let {directiveName} be the value of the first {Name}.
22352235
2. Let {directive} be the directive in the {schema} named {directiveName}.
22362236
3. Assert {directive} must exist.
2237-
7. Let {argumentName} be the value of the second {Name}.
2238-
8. Return the argument of {directive} named {argumentName}.
2237+
4. Let {argumentName} be the value of the second {Name}.
2238+
5. Return the argument of {directive} named {argumentName}.
22392239

22402240
**Examples**
22412241

0 commit comments

Comments
 (0)