Skip to content

Commit

Permalink
doc: fix changelog typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Aug 1, 2024
1 parent a850d28 commit 0c192c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const stringify = configure({
})

stringify(object)
// '{"c": 3,"b":2,"a":1}'
// '{"c":3,"b":2,"a":1}'
```

- Very minor performance optimization.
Expand Down

0 comments on commit 0c192c2

Please sign in to comment.