Skip to content

Commit 2559aad

Browse files
scr2emmorgante
andauthored
Update .grit/patterns/js/no_implicit_coercion.md
Co-authored-by: Morgante Pell <[email protected]>
1 parent 615969b commit 2559aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grit/patterns/js/no_implicit_coercion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function parenthesized_or_not($exp){
5151
5252
```
5353

54-
Code examples:
54+
## Code examples
5555
```js
5656
var b = !!foo;
5757
var b = !!(foo);

0 commit comments

Comments
 (0)