Skip to content

Commit 8d17967

Browse files
committed
removeProp: change "set" to remove" in desc. Fixes jquery#78
1 parent cabacd2 commit 8d17967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/removeProp.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<signature>
55
<added>1.6</added>
66
<argument name="propertyName" type="String">
7-
<desc>The name of the property to set.</desc>
7+
<desc>The name of the property to remove.</desc>
88
</argument>
99
</signature>
1010
<desc>Remove a property for the set of matched elements.</desc>
@@ -35,4 +35,4 @@ $para.append("Now the secret luggage code is: ", String($para.prop("luggageCode"
3535
<category slug="attributes"/>
3636
<category slug="manipulation/general-attributes"/>
3737
<category slug="version/1.6"/>
38-
</entry>
38+
</entry>

0 commit comments

Comments
 (0)