From 86ca5caa73ff92b2d2ed3d0b0b7208ae4b3f3cfc Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Tue, 22 Jul 2025 15:29:12 -0400 Subject: fix grammar. --- jrk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrk.h b/jrk.h index 6606b7e..6704744 100644 --- a/jrk.h +++ b/jrk.h @@ -33,7 +33,7 @@ typedef struct { * I could use the existing jrk_array_header approach to strings * but I much prefer just setting the data pointer to strings * than dealing with using the hyper specific arr functions when - * using with strings. + * using strings. */ typedef struct { char *data; -- cgit v1.2.3