Skip to content

Commit

Permalink
docs(shallowCopy): fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei authored and tbosch committed May 21, 2014
1 parent d606e66 commit 84402b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ function shallowCopy(src, dst) {
* * Both objects or values are of the same type and all of their properties are equal by
* comparing them with `angular.equals`.
* * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal)
* * Both values represent the same regular expression (In JavasScript,
* * Both values represent the same regular expression (In JavaScript,
* /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual
* representation matches).
*
Expand Down

0 comments on commit 84402b1

Please sign in to comment.