Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Sep 26, 2024
1 parent 40d2e79 commit a60bb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ <h1>
1. If _thisArgument_ is not an Object, throw a *TypeError* exception.
1. If _thisArgument_ does not have a [[StructBrands]] internal slot, throw a *TypeError* exception.
1. If _thisArgument_.[[StructBrands]] does not contain _homeObject_.[[StructBrand]], throw a *TypeError* exception.
1. Return ? Call(_target_, _thisArgument_, argumentsList_).
1. Return ? Call(_target_, _thisArgument_, _argumentsList_).
</emu-alg>
</emu-clause>

Expand Down

0 comments on commit a60bb1a

Please sign in to comment.