From 8aed2047f025cf1a2e5e47e5ca08ca2b1b9bc393 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 6 Dec 2010 20:48:47 -0800 Subject: fixing closure compiler warnings --- src/apis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apis.js') diff --git a/src/apis.js b/src/apis.js index d63e8bea..a73626cf 100644 --- a/src/apis.js +++ b/src/apis.js @@ -466,7 +466,7 @@ var angularArray = { * {@link angular.Array} for more info. * * @param {Array} array The array to count elements in. - * @param {(Function()|string)=} condition A function to be evaluated or angular expression to be + * @param {(function()|string)=} condition A function to be evaluated or angular expression to be * compiled and evaluated. The element that is currently being iterated over, is exposed to * the `condition` as `this`. * @returns {number} Number of elements in the array (for which the condition evaluates to true). -- cgit v1.2.3