Skip to content

Commit

Permalink
Merge pull request #3249 from ydah/fix-example
Browse files Browse the repository at this point in the history
Fix example of array pattern that results in a SyntaxError
  • Loading branch information
tenderlove authored Dec 2, 2024
2 parents ef493cd + 91b6a97 commit 8d06542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,8 @@ nodes:
foo in [1, 2]
^^^^^^^^^^^^^
foo in *1
^^^^^^^^^
foo in *bar
^^^^^^^^^^^
foo in Bar[]
^^^^^^^^^^^^
Expand Down

0 comments on commit 8d06542

Please sign in to comment.