Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d606e66 commit 84402b1Copy full SHA for 84402b1
src/Angular.js
@@ -832,7 +832,7 @@ function shallowCopy(src, dst) {
832
* * Both objects or values are of the same type and all of their properties are equal by
833
* comparing them with `angular.equals`.
834
* * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal)
835
- * * Both values represent the same regular expression (In JavasScript,
+ * * Both values represent the same regular expression (In JavaScript,
836
* /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual
837
* representation matches).
838
*
0 commit comments