summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-13 01:00:17 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-13 01:00:17 -0600
commit2ed6ffb1d9e4d92ee6b977910e5589be1b9bac85 (patch)
tree6ee0aea0bf8ffd6c727cc9db2c07ac3a8a9cb540
parentd3027eb9af2fb401c1bf6526ba73ed2b322d03f4 (diff)
docs: fix a mis-capitalization of "module:jQuery"
-rw-r--r--jarmon/jarmon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index a25237e..fba8ceb 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -392,7 +392,7 @@ jarmon.RrdQueryRemote.prototype.getData = function(startTime, endTime,
* Return a list of RRD Data Source names
*
* @method
- * @return {module:jquery.Deferred} A Deferred which calls back with an array of
+ * @return {module:jQuery.Deferred} A Deferred which calls back with an array of
* DS names.
**/
jarmon.RrdQueryRemote.prototype.getDSNames = function() {