Skip to content

Commit 87ae799

Browse files
authored
docs: @putout/plugin-assignment: rm [
1 parent 87643a0 commit 87ae799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-assignment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const createRegExp = a = RegExp(a, 'g');
5555
const createRegExp = (a) => RegExp(a, 'g');
5656
```
5757

58-
## convert-to-comparison]
58+
## convert-to-comparison
5959

6060
> You should almost never have an `if...else` with an assignment like `a = b` as a condition.
6161
>

0 commit comments

Comments
 (0)