From 0c8da664ee30336f7fd13e0aa6a840635380898c Mon Sep 17 00:00:00 2001 From: nemtrif Date: Sun, 24 Sep 2023 16:38:24 -0400 Subject: [PATCH] Typo in documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245b6d7..4f96f65 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ The library was designed to be: #### Alternatives -Here is an article I was mada aware of only recently: [The Wonderfully Terrible World of C and C++ Encoding APIs (with Some Rust)](https://thephd.dev/the-c-c++-rust-string-text-encoding-api-landscape), by JeanHeyd Meneide. In the article, this library is compared with: +Here is an article I was made aware of only recently: [The Wonderfully Terrible World of C and C++ Encoding APIs (with Some Rust)](https://thephd.dev/the-c-c++-rust-string-text-encoding-api-landscape), by JeanHeyd Meneide. In the article, this library is compared with: - [simdutf](https://github.com/simdutf/simdutf) - [iconv](https://www.gnu.org/software/libiconv/)