Skip to content

Commit a5faca0

Browse files
committed
Wrap: Clarify that passing a collection uses the first element
Fixes gh-698 Closes gh-700
1 parent 36ebfed commit a5faca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/wrap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<type name="htmlString"/>
99
<type name="Element"/>
1010
<type name="jQuery"/>
11-
<desc>A selector, element, HTML string, or jQuery object specifying the structure to wrap around the matched elements.</desc>
11+
<desc>A selector, element, HTML string, or jQuery object specifying the structure to wrap around the matched elements. When you pass a jQuery collection containing more than one element the first element will be used.</desc>
1212
</argument>
1313
</signature>
1414
<signature>

0 commit comments

Comments
 (0)