Skip to content

Commit

Permalink
move comma inside of quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott1 committed Apr 6, 2015
1 parent 600b72d commit fce91e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ if (err) {

## Equality

Avoid using `==` and `!=` operators, always favor `===` and `!==`. These operators are called the "strict equality operators", while [their counterparts will attempt to cast the operands][15] into the same value type.
Avoid using `==` and `!=` operators, always favor `===` and `!==`. These operators are called the "strict equality operators," while [their counterparts will attempt to cast the operands][15] into the same value type.

##### Bad

Expand Down

0 comments on commit fce91e2

Please sign in to comment.