From cb92ed5a42d9bb2ee98bd87ce3e1fec965cba556 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Mon, 16 Dec 2019 10:52:16 -0500 Subject: [PATCH] Tweak language --- spec/Section 4 -- Introspection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 4 -- Introspection.md b/spec/Section 4 -- Introspection.md index 110b63a9f..eb617b852 100644 --- a/spec/Section 4 -- Introspection.md +++ b/spec/Section 4 -- Introspection.md @@ -245,7 +245,7 @@ Fields * `kind` must return `__TypeKind.SCALAR`. * `name` must return a String. -* `specifiedBy` may return a URL or {null}. +* `specifiedBy` may return a String (in the form of a URL) or {null}. * `description` may return a String or {null}. * All other fields must return {null}.