Skip to content

Commit 81f46e7

Browse files
mjtamlynjamesdaily
authored andcommitted
docs(angular.equals): fix simple typo
- JavasScript -> Javascript Closes angular#4323
1 parent 84c0979 commit 81f46e7

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
@@ -705,7 +705,7 @@ function shallowCopy(src, dst) {
705705
*
706706
* * Both objects or values pass `===` comparison.
707707
* * Both objects or values are of the same type and all of their properties pass `===` comparison.
708-
* * Both values are NaN. (In JavasScript, NaN == NaN => false. But we consider two NaN as equal)
708+
* * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal)
709709
* * Both values represent the same regular expression (In JavasScript,
710710
* /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual
711711
* representation matches).

0 commit comments

Comments
 (0)