diff --git a/spec.html b/spec.html index eaa8f84cbc..669eba6697 100644 --- a/spec.html +++ b/spec.html @@ -35538,7 +35538,7 @@

get Map.prototype.size

1. Let _count_ be 0. 1. For each Record { [[Key]], [[Value]] } _p_ of _entries_, do 1. If _p_.[[Key]] is not ~empty~, set _count_ to _count_ + 1. - 1. Return _count_. + 1. Return 𝔽(_count_). @@ -35872,7 +35872,7 @@

get Set.prototype.size

1. Let _count_ be 0. 1. For each element _e_ of _entries_, do 1. If _e_ is not ~empty~, set _count_ to _count_ + 1. - 1. Return _count_. + 1. Return 𝔽(_count_).