Skip to content

Commit 1d9841c

Browse files
committed
first(): Remove extraneous left square bracket "["
1 parent d8ea1af commit 1d9841c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/first.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<added>1.4</added>
66
</signature>
77
<desc>Reduce the set of matched elements to the first in the set.</desc>
8-
<longdesc>[<p>Given a jQuery object that represents a set of DOM elements, the <code>.first()</code> method constructs a new jQuery object from the first matching element.</p>
8+
<longdesc><p>Given a jQuery object that represents a set of DOM elements, the <code>.first()</code> method constructs a new jQuery object from the first matching element.</p>
99
<p>Consider a page with a simple list on it:</p>
1010
<pre><code>
1111
&lt;ul&gt;
@@ -27,4 +27,4 @@
2727
</example>
2828
<category slug="traversing/filtering"/>
2929
<category slug="version/1.4"/>
30-
</entry>
30+
</entry>

0 commit comments

Comments
 (0)