Skip to content

Commit

Permalink
API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Dec 2, 2016
1 parent 1690ed1 commit df0878c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/api/duk_set_prototype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ stack: |
summary: |
<p>Set the internal prototype of the value at <code>idx</code> to the value
at stack top (which must be an object or <code>undefined</code>). If the
target value is not an object or the prototype value is not an object or
<code>undefined</code>, an error is thrown.</p>
at stack top If the target value is not an object or the prototype value is
not an object, <code>undefined</code>, or <code>null</code>, an error is
thrown.</p>
<div class="note">
Unlike Ecmascript prototype manipulation primitives, this API call allows
Expand Down

0 comments on commit df0878c

Please sign in to comment.