Skip to content

Commit

Permalink
docs: fix typo (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Sep 5, 2023
1 parent 4a1fb69 commit 25a49fa
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 @@ -56,7 +56,7 @@ const obj = destr<MyInterface>("{}"); // obj is well-typed

### ✅ Fast fallback to input if is not string

> 🚀 Up to 500 faster than `JSON.parse`!
> 🚀 Up to 500 times faster than `JSON.parse`!
```js
// Uncaught SyntaxError: Unexpected token u in JSON at position 0
Expand Down

0 comments on commit 25a49fa

Please sign in to comment.