summaryrefslogtreecommitdiff
path: root/jrk.h
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-07-22 15:29:12 -0400
committerJake Koroman <jake@jakekoroman.com>2025-07-22 15:29:12 -0400
commit86ca5caa73ff92b2d2ed3d0b0b7208ae4b3f3cfc (patch)
tree25cf546e55820700551f4d57a75a504eb9832dc4 /jrk.h
parent0acfb962eb575ae5ecd24e8e88865510b18e5b34 (diff)
fix grammar.
Diffstat (limited to 'jrk.h')
-rw-r--r--jrk.h2
1 files changed, 1 insertions, 1 deletions
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;