Skip to content

Commit 77b927d

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,8 @@ ResolveAbstractType(abstractType, objectValue):
738738
the type system for determining the Object type of {abstractType} given the
739739
value {objectValue}.
740740
- Assert {resolvedType} is an Object type.
741-
- If {IsSubType(abstractType, resolvedType)}:
742-
- Return {resolvedType}.
743-
- Otherwise, raise a field error.
741+
- Assert {IsSubType(abstractType, resolvedType)}.
742+
- Return {resolvedType}.
744743

745744
IsSubType(superType, maybeSubType):
746745

0 commit comments

Comments
 (0)