Skip to content

Commit df0878c

Browse files
committed
API doc
1 parent 1690ed1 commit df0878c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/api/duk_set_prototype.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ stack: |
88
99
summary: |
1010
<p>Set the internal prototype of the value at <code>idx</code> to the value
11-
at stack top (which must be an object or <code>undefined</code>). If the
12-
target value is not an object or the prototype value is not an object or
13-
<code>undefined</code>, an error is thrown.</p>
11+
at stack top If the target value is not an object or the prototype value is
12+
not an object, <code>undefined</code>, or <code>null</code>, an error is
13+
thrown.</p>
1414
1515
<div class="note">
1616
Unlike Ecmascript prototype manipulation primitives, this API call allows

0 commit comments

Comments
 (0)