Skip to content

Commit

Permalink
Update .grit/patterns/js/no_implicit_coercion.md
Browse files Browse the repository at this point in the history
Co-authored-by: Morgante Pell <morgante@grit.io>
  • Loading branch information
scr2em and morgante authored Apr 14, 2024
1 parent 615969b commit 2559aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .grit/patterns/js/no_implicit_coercion.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function parenthesized_or_not($exp){
```

Code examples:
## Code examples
```js
var b = !!foo;
var b = !!(foo);
Expand Down

0 comments on commit 2559aad

Please sign in to comment.