Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b8ce60a

Browse files
graingertpetebacondarwin
authored andcommitted
docs(angular.isArray): Document that isArray is an alias
Closes #15383
1 parent 5386fe4 commit b8ce60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ function isDate(value) {
602602
* @kind function
603603
*
604604
* @description
605-
* Determines if a reference is an `Array`.
605+
* Determines if a reference is an `Array`. Alias of Array.isArray.
606606
*
607607
* @param {*} value Reference to check.
608608
* @returns {boolean} True if `value` is an `Array`.

0 commit comments

Comments
 (0)