Skip to content

Commit d8a6b7f

Browse files
committed
Put comment on own line. Thanks, @daep996!
Fixes #200
1 parent 26e137a commit d8a6b7f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

entries/prependTo.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
<example>
4444
<desc>Prepends all spans to the element with the ID "foo"</desc>
4545
<css><![CDATA[div { background:yellow; }]]></css>
46-
<code><![CDATA[$("span").prependTo("#foo"); // check prepend() examples]]></code>
46+
<code><![CDATA[
47+
// Check prepend() for more examples
48+
$("span").prependTo("#foo");
49+
]]></code>
4750
<html><![CDATA[<div id="foo">FOO!</div>
4851
4952
<span>I have something to say... </span>]]></html>

0 commit comments

Comments
 (0)