Skip to content

Commit ebd17da

Browse files
authored
Update README.md
1 parent 311fe5d commit ebd17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ BEX Matching performs structured code matching to offer an enhanced find and rep
7171

7272
For example, match an **if** branch with a simple pattern.
7373

74-
if (:[condition]) { :[stuff] )
74+
if (:[condition]) { :[stuff] }
7575

7676
BEX will ensure the parentheses and braces are balanced, and that you're not looking at commented out code. I like to think of it as a code friendly regular expression. Of course, if you want to mix regex in your pattern, that's supported too.
7777

0 commit comments

Comments
 (0)