Skip to content

Commit f4388e0

Browse files
authored
Fix typo (#293)
1 parent 08422ee commit f4388e0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ Also known as release notes.
99
Improved runtime performance.
1010

1111
For a TOML document such as [this twitter payload](https://github.com/dduan/TOMLDecoder/blob/cea8f0bee33f37e0fcc33b566a742485c71196e7/Sources/Resources/fixtures/twitter.toml),
12-
Parsing it costs >50% less CPU instructions,
13-
and ~100% less memeory retains.
12+
Parsing it costs >50% less CPU instructions, and ~100% less memory retains.
1413

15-
The in release build,
16-
parsing this document with TOMLDecoder takes less time than the C library [tomlc99](https://github.com/cktan/tomlc99).
14+
The in release build, parsing this document with TOMLDecoder takes less time than the C library [tomlc99](https://github.com/cktan/tomlc99).
1715

1816

1917
## 0.4.2

0 commit comments

Comments
 (0)