Skip to content

Commit 318b753

Browse files
committed
Update Section 3 -- Type System.md
1 parent a2401b7 commit 318b753

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

spec/Section 3 -- Type System.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ linked specification's contents.
414414
Built-in scalar types must not provide a specification URL as they are specified
415415
by this document.
416416

417-
Note: Custom scalars should also summarize the specified format and provide
417+
Note: Custom scalars should also summarize the specified format and provide
418418
examples in their description.
419419

420420
**Result Coercion and Serialization**
@@ -2052,16 +2052,10 @@ directive @specifiedBy(url: String!) on SCALAR
20522052
```
20532053

20542054
The `@specifiedBy` directive is used within the type system definition language
2055-
<<<<<<< HEAD
2056-
to provide a specification URL for specifying the behavior of [custom scalar
2057-
types](#sec-Scalars.Custom-Scalars). The URL should point to a human-readable
2058-
specification of the data format, serialization, and coercion rules.
2059-
=======
2060-
to provide a URL for specifying the behavior of
2061-
[custom scalar types](#sec-Scalars.Custom-Scalars). The URL should point to a
2062-
human-readable specification of the data format, serialization, and
2063-
coercion rules. It must not not appear on built-in scalar types.
2064-
>>>>>>> 2a3ae75... Editorial - directive description
2055+
to provide a URL for specifying the behavior of
2056+
[custom scalar types](#sec-Scalars.Custom-Scalars). The URL should point to a
2057+
human-readable specification of the data format, serialization, and
2058+
coercion rules. It must not appear on built-in scalar types.
20652059

20662060
In this example, a custom scalar type for `UUID` is defined with a URL pointing
20672061
to the relevant IETF specification.

0 commit comments

Comments
 (0)