Skip to content

Commit 2f82cc0

Browse files
scr2emmorgante
andauthored
Update .grit/patterns/js/no_implicit_coercion.md
Co-authored-by: Morgante Pell <morgante@grit.io>
1 parent ca29cd9 commit 2f82cc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.grit/patterns/js/no_implicit_coercion.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ function parenthesized_or_not($exp){
1414
$exp <: parenthesized_expression(),
1515
return $exp
1616
},
17-
and {
18-
return `($exp)`
19-
}
17+
return `($exp)`
2018
},
2119
}
2220

0 commit comments

Comments
 (0)