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

Commit bed08c9

Browse files
mjtamlynpetebacondarwin
authored andcommittedOct 8, 2013
docs(angular.equals): fix simple typo
- JavasScript -> Javascript Closes #4323
1 parent b56b21a commit bed08c9

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)
This repository has been archived.