diff --git a/src/ol/expr/expression.js b/src/ol/expr/expression.js index 65a6411147..baa9eacf22 100644 --- a/src/ol/expr/expression.js +++ b/src/ol/expr/expression.js @@ -129,7 +129,7 @@ ol.expr.lib[ol.expr.functions.CONCAT] = function(var_args) { /** * Returns a counter which increases every time this function is called. - * @param {number=} opt_start Start. If not provided, the counter starts at 0. + * @param {number=} opt_start Start. If not provided, the counter starts at 1. * @return {number} Counter. */ ol.expr.lib[ol.expr.functions.COUNTER] = (function() {