Skip to content

Commit d289cf4

Browse files
committed
Wrap: correction to note about multiple elements
Ref gh-700 Closes gh-701
1 parent 0a4b6fb commit d289cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/wrap.xml

+1-1
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. When you pass a jQuery collection containing more than one element the first element will be used.</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, or a selector matching more than one element, the first element will be used.</desc>
1212
</argument>
1313
</signature>
1414
<signature>

0 commit comments

Comments
 (0)