Skip to content

Commit

Permalink
oops again
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Dec 13, 2024
1 parent beae73b commit e5c3b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4565,7 +4565,7 @@ boolean <var>subtree</var>:
<li><p>Let <var>copy</var> be the result of <a>cloning a single node</a> given <var>node</var> and
<var>document</var>.

<li><p>If <var>parent</var> is non-null, then <a for=/>append</a> <var>childCopy</var> to
<li><p>If <var>parent</var> is non-null, then <a for=/>append</a> <var>copy</var> to
<var>parent</var>.

<li><p>Run any <a>cloning steps</a> defined for <var>node</var> in
Expand Down

0 comments on commit e5c3b37

Please sign in to comment.