Skip to content

Commit d622e12

Browse files
ericcarrawayarthurvr
authored andcommitted
jQuery.isFunction: capitalize S in JavaScript
Closes gh-705
1 parent bad3340 commit d622e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.isFunction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<desc>Object to test whether or not it is a function.</desc>
88
</argument>
99
</signature>
10-
<desc>Determine if the argument passed is a Javascript function object. </desc>
10+
<desc>Determine if the argument passed is a JavaScript function object. </desc>
1111
<longdesc>
1212
<p><strong>Note:</strong> As of jQuery 1.3, functions provided by the browser like <code>alert()</code> and DOM element methods like <code>getAttribute()</code> are not guaranteed to be detected as functions in browsers such as Internet Explorer.</p>
1313
</longdesc>

0 commit comments

Comments
 (0)