Skip to content

Commit 5fcea15

Browse files
committed
fix formatting
1 parent c15550f commit 5fcea15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,8 @@ ResolveAbstractType(abstractType, objectValue):
737737
- Let {resolvedType} be the result of calling the internal method provided by
738738
the type system for determining the Object type of {abstractType} given the
739739
value {objectValue}.
740-
- Assert {resolvedType} is an Object type.
741-
- Assert {IsSubType(abstractType, resolvedType)}.
740+
- Assert: {resolvedType} is an Object type.
741+
- Assert: {IsSubType(abstractType, resolvedType)}.
742742
- Return {resolvedType}.
743743

744744
IsSubType(abstractType, objectType):

0 commit comments

Comments
 (0)