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

Commit

Permalink
docs(angular.equals): fix simple typo
Browse files Browse the repository at this point in the history
- JavasScript -> Javascript

Closes #4323
  • Loading branch information
mjtamlyn authored and petebacondarwin committed Oct 8, 2013
1 parent b56b21a commit bed08c9
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 @@ -705,7 +705,7 @@ function shallowCopy(src, dst) {
*
* * Both objects or values pass `===` comparison.
* * Both objects or values are of the same type and all of their properties pass `===` comparison.
* * 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)
* * Both values represent the same regular expression (In JavasScript,
* /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual
* representation matches).
Expand Down

0 comments on commit bed08c9

Please sign in to comment.