From 836caa6d8f45a821a43558385ff844bbe6dad6d9 Mon Sep 17 00:00:00 2001 From: Gerald Monaco Date: Thu, 2 Jul 2015 04:16:51 -0700 Subject: [PATCH] Fix minor typo --- Section 3 -- Type System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Section 3 -- Type System.md b/Section 3 -- Type System.md index ab64c2fe8..36ca6116f 100644 --- a/Section 3 -- Type System.md +++ b/Section 3 -- Type System.md @@ -91,7 +91,7 @@ value and only yield the integer value. If the server encountered a boolean `true` value, it should return `1`. If the server encountered a string, it may attempt to parse the string for a base-10 integer value. If the server encounters some value that cannot be reasonably coerced to an `Int`, then it -must raise an field error. +must raise a field error. Since this coercion behavior is not observable to clients of the GraphQL server, the precise rules of coercion are left to the implementation. The only