From 5412685586404b12e457fdc98a659a1b3bda41db Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Sun, 10 Mar 2024 14:51:41 +0200
Subject: Slightly reword two lines

---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'README')

diff --git a/README b/README
index d7d2422..f65aa32 100644
--- a/README
+++ b/README
@@ -10,9 +10,9 @@ library.  It is a C23 library with no plans to support older standards.
 
 The headers as of now are:
  • alloc.h — memory allocation functions
- • bitset.h — macros for implementing a bitset
+ • bitset.h — bitset implementation
  • bob.h — bob the string-builder
- • dynarr.h — macros for implementing a dynamic array
+ • dynarr.h — dynamic array implementation
  • errors.h — err.h-inspired diagnostics functions
  • macros.h — miscellaneous utility macros (MIN/MAX/lengthof/etc.)
  • mbstring.h — multibyte-strings
-- 
cgit v1.2.3