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

Commit 6f072c8

Browse files
graingertpetebacondarwin
authored andcommitted
docs(angular.isArray): Document that isArray is an alias
Closes #15383
1 parent 4aa9534 commit 6f072c8

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
@@ -601,7 +601,7 @@ function isDate(value) {
601601
* @kind function
602602
*
603603
* @description
604-
* Determines if a reference is an `Array`.
604+
* Determines if a reference is an `Array`. Alias of Array.isArray.
605605
*
606606
* @param {*} value Reference to check.
607607
* @returns {boolean} True if `value` is an `Array`.

0 commit comments

Comments
 (0)