Skip to content

Commit

Permalink
Docs: Fix casing of "JavaScript"
Browse files Browse the repository at this point in the history
Closes #1609.
  • Loading branch information
kamipo authored and Krinkle committed Jun 5, 2021
1 parent 06fbec0 commit 67880d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/equiv.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default ( function() {

// Short-circuit if the result is already known. (Using for...of
// with a break clause would be cleaner here, but it would cause
// a syntax error on older Javascript implementations even if
// a syntax error on older JavaScript implementations even if
// Set is unused)
if ( !outerEq ) {
return;
Expand Down Expand Up @@ -212,7 +212,7 @@ export default ( function() {

// Short-circuit if the result is already known. (Using for...of
// with a break clause would be cleaner here, but it would cause
// a syntax error on older Javascript implementations even if
// a syntax error on older JavaScript implementations even if
// Map is unused)
if ( !outerEq ) {
return;
Expand Down

0 comments on commit 67880d6

Please sign in to comment.