Skip to content

Commit fe29907

Browse files
committed
fix formatting
1 parent b7b0163 commit fe29907

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
@@ -894,8 +894,8 @@ ResolveAbstractType(abstractType, objectValue):
894894
- Let {resolvedType} be the result of calling the internal method provided by
895895
the type system for determining the Object type of {abstractType} given the
896896
value {objectValue}.
897-
- Assert {resolvedType} is an Object type.
898-
- Assert {IsSubType(abstractType, resolvedType)}.
897+
- Assert: {resolvedType} is an Object type.
898+
- Assert: {IsSubType(abstractType, resolvedType)}.
899899
- Return {resolvedType}.
900900

901901
IsSubType(abstractType, objectType):

0 commit comments

Comments
 (0)