Skip to content

Commit 8813044

Browse files
authored
setlike.add() is meant to return the setlike (this)
Fixes #1268.
1 parent 50afeeb commit 8813044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13067,7 +13067,7 @@ with the following characteristics:
1306713067
1. Let |value| be |valueArg| [=converted to an IDL value=] of type |valueType|.
1306813068
1. If |value| is -0, set |value| to +0.
1306913069
1. [=set/Append=] |value| to |set|.
13070-
1. Return |value| [=converted to an ECMAScript value=].
13070+
1. Return |O|.
1307113071
</div>
1307213072

1307313073
The value of the [=function object=]'s <code class="idl">length</code> property is the Number value <emu-val>1</emu-val>.

0 commit comments

Comments
 (0)