From f308440fd27e179f25269d11393bfd8b3c994440 Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Thu, 1 Jan 2026 01:07:48 -0800 Subject: [PATCH] Fix typo --- Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md b/Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md index 90e976c..3c3f54c 100644 --- a/Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md +++ b/Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md @@ -9,11 +9,9 @@ Also known as release notes. Improved runtime performance. For a TOML document such as [this twitter payload](https://github.com/dduan/TOMLDecoder/blob/cea8f0bee33f37e0fcc33b566a742485c71196e7/Sources/Resources/fixtures/twitter.toml), -Parsing it costs >50% less CPU instructions, -and ~100% less memeory retains. +Parsing it costs >50% less CPU instructions, and ~100% less memory retains. -The in release build, -parsing this document with TOMLDecoder takes less time than the C library [tomlc99](https://github.com/cktan/tomlc99). +The in release build, parsing this document with TOMLDecoder takes less time than the C library [tomlc99](https://github.com/cktan/tomlc99). ## 0.4.2