From 38ec79e5b9b7eeaf0bdefd536f6e0378d6998ca4 Mon Sep 17 00:00:00 2001 From: mmahoney Date: Fri, 8 Jun 2018 15:07:23 -0400 Subject: [PATCH] Remove Interface is implemented by 1+ Objects validation --- spec/Section 3 -- Type System.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/Section 3 -- Type System.md b/spec/Section 3 -- Type System.md index fae28e6d5..5c0c9561f 100644 --- a/spec/Section 3 -- Type System.md +++ b/spec/Section 3 -- Type System.md @@ -1013,7 +1013,6 @@ Interface types have the potential to be invalid if incorrectly defined. type; no two fields may share the same name. 3. Each field of an Interface type must not have a name which begins with the characters {"__"} (two underscores). -4. An Interface type must be implemented by at least one Object type. ### Interface Extensions