aboutsummaryrefslogtreecommitdiffstats
path: root/src/apis.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/apis.js')
-rw-r--r--src/apis.js2
1 files changed, 1 insertions, 1 deletions
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).