From c92d1e62c527537d013c30536d9fcc3a279f982a Mon Sep 17 00:00:00 2001 From: Sterling Hanenkamp Date: Tue, 25 Jun 2024 16:46:37 -0500 Subject: [PATCH] fix: this is what I get for letting AI write docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c8f8dc1..b0f5b46 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ provided tools: ## Byte Slice Operations -There are a lot of common byte slice operations that are missing from the -built-in standard library: +Here's a few additional operations for working with slices of bytes: * `ContainsOnly(b, chars)` * `FromRange(a, z)`