We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c0979 commit 81f46e7Copy full SHA for 81f46e7
src/Angular.js
@@ -705,7 +705,7 @@ function shallowCopy(src, dst) {
705
*
706
* * Both objects or values pass `===` comparison.
707
* * 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)
+ * * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal)
709
* * Both values represent the same regular expression (In JavasScript,
710
* /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual
711
* representation matches).
0 commit comments