diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-13 00:59:35 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-08-13 00:59:35 -0600 |
commit | d3027eb9af2fb401c1bf6526ba73ed2b322d03f4 (patch) | |
tree | d64e1e90c8acbe9c7966f94f6675eb6e30efad56 | |
parent | 991212c4d835634626c25db822f5cfeb386fa141 (diff) |
docs: fix punctuation
-rw-r--r-- | jarmon/jarmon.js | 2 |
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, |