From 5ef84bef61e94634cfb0f21bf450161754af98fe Mon Sep 17 00:00:00 2001 From: sabiwara Date: Thu, 25 Apr 2024 22:04:25 +0200 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ba2049..75c82ad 100644 --- a/README.md +++ b/README.md @@ -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)