summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jarmon/jarmon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index d62564d..a25237e 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -161,7 +161,7 @@ jarmon.RrdQuery = function(rrd, unit) {
* (CF) eg AVERAGE, MIN, MAX
* @param {function} [transformer=function(v){return v}] A callable which
* performs a transformation of the values returned from the RRD file.
- * @return {module:Flot.data} A Flot compatible data series
+ * @return {module:Flot.data} A Flot-compatible data series
* eg `{label: '', data: [], unit: ''}`
**/
jarmon.RrdQuery.prototype.getData = function(startTimeJs, endTimeJs,