From 82a785eed7b403401fb3b301816fd47f3884caca Mon Sep 17 00:00:00 2001 From: Cristan Meijer Date: Tue, 8 Jul 2025 14:38:12 +0200 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7fd6968..a8a6bc1b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Optional features like stdsimd are now tested or disabled for now. * into_inner conversions for both Reader and Writer classes ## What's new in 3.0 -* A fully compatible FFI for drop-in compatibiltiy with the https://github.com/google/brotli binaries +* A fully compatible FFI for drop-in compatibility with the https://github.com/google/brotli binaries * custom allocators fully supported * Multithreaded compression so multiple threads can operate in unison on a single file * Concatenatability mode to add the feature requested in https://github.com/google/brotli/issues/628 @@ -54,7 +54,7 @@ Optional features like stdsimd are now tested or disabled for now. ## What's new in 2.5 * In 2.5 The callback also passes down an allocator to make new StaticCommands and PDFs and 256 bit floating point vectors. * In 2.4 The callback with the compression intermediate representation now passes a full metablock at a time. Also these items are mutable -in case futher optimization is desired +in case further optimization is desired ## What's new in 2.3