From 32f8826622d64d414015f7b2f2c0db9a2b9a5cb6 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 3 Oct 2013 13:16:03 -0600 Subject: [PATCH] Minor doc change --- src/ol/expr/expression.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {