Nit comment resolution for pull request 271 (making connectSeparatedPoints per-series...
[dygraphs.git] / dygraph.js
index 6d970bb..184ec11 100644 (file)
@@ -3510,8 +3510,8 @@ Dygraph.prototype.visibility = function() {
 /**
  * Changes the visiblity of a series.
  *
- * @param {Number} num the series index
- * @param {Boolean} value true or false, identifying the visibility.
+ * @param {number} num the series index
+ * @param {boolean} value true or false, identifying the visibility.
  */
 Dygraph.prototype.setVisibility = function(num, value) {
   var x = this.visibility();