Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
dy authored Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -117,8 +117,8 @@ null; // placeholder
['()', 'a'] // (a)
['()', 'a',,] // a()
['()', 'a', 'b'] // a(b)
['+',1] // +1
['+',1,,] // 1+
['+', 'a'] // +a
['+','a',,] // a+
```

### Stringify

0 comments on commit c09affa

Please sign in to comment.