Skip to content

Commit 1f434ad

Browse files
yaacovCRbenjie
andauthored
Update spec/Section 6 -- Execution.md
Co-authored-by: Benjie Gillam <[email protected]>
1 parent 13eb991 commit 1f434ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,10 +739,9 @@ ResolveAbstractType(abstractType, objectValue):
739739
- Let {possibleRuntimeType} be the result of calling the internal method
740740
provided by the type system, given Abstract type {abstractType} and value
741741
{objectValue}.
742-
- If {possibleRuntimeType} is an Object type:
743-
- Return {possibleRuntimeType}.
744742
- If {possibleRuntimeType} is an Interface type:
745743
- Return ResolveAbstractTypeImpl(possibleRuntimeType, objectValue).
744+
- Return {possibleRuntimeType}.
746745

747746
**Merging Selection Sets**
748747

0 commit comments

Comments
 (0)