aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-10 14:51:41 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-03-10 14:51:41 +0200
commit5412685586404b12e457fdc98a659a1b3bda41db (patch)
tree3a8abbec3fe9eb51f6bdc68d75f53daf21c5c968
parent059c0c9af70f3d55b4ed18ce537d433a21a176bd (diff)
Slightly reword two lines
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
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