Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Apr 25, 2024
1 parent 86b4436 commit 5ef84be
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 @@ -52,8 +52,8 @@ While it is perfectly possible to handcraft IO data with just the standard
library, it can sometimes be tedious, cryptic and error prone. `Ion` provides a
few common recipes which:

- drop-in replacement, with APIS consistent with the standard way of building
strings
- are drop-in replacements, with APIs consistent with the standard way of
building strings
- reduce the cognitive overhead and make the intent explicit
- are implemented in an optimal fashion (`Ion` is fast!)
- help reducing bugs through better typing (see below)
Expand Down

0 comments on commit 5ef84be

Please sign in to comment.