Skip to content

Commit

Permalink
docs: README: for-of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Dec 21, 2024
1 parent abde958 commit d723cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ putout(source, {

</details>

<details><summary>remove unused <code>for...of</code>variables</summary>
<details><summary>remove unused <code>for...of variables<code></code></summary>

```diff
-for (const {a, b} of c) {
Expand Down

0 comments on commit d723cf2

Please sign in to comment.