Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored Dec 19, 2024
1 parent 9b3c7c3 commit c09affa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ null; // placeholder
['()', 'a'] // (a)
['()', 'a',,] // a()
['()', 'a', 'b'] // a(b)
['+',1] // +1
['+',1,,] // 1+
['+', 'a'] // +a
['+','a',,] // a+
```

### Stringify
Expand Down

0 comments on commit c09affa

Please sign in to comment.