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

Commit 84402b1

Browse files
kristof-matteitbosch
authored andcommitted
docs(shallowCopy): fixed typo
Closes #7456
1 parent d606e66 commit 84402b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ function shallowCopy(src, dst) {
832832
* * Both objects or values are of the same type and all of their properties are equal by
833833
* comparing them with `angular.equals`.
834834
* * 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,
835+
* * Both values represent the same regular expression (In JavaScript,
836836
* /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual
837837
* representation matches).
838838
*

0 commit comments

Comments
 (0)