diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-07-22 15:29:12 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-07-22 15:29:12 -0400 |
| commit | 86ca5caa73ff92b2d2ed3d0b0b7208ae4b3f3cfc (patch) | |
| tree | 25cf546e55820700551f4d57a75a504eb9832dc4 /jrk.h | |
| parent | 0acfb962eb575ae5ecd24e8e88865510b18e5b34 (diff) | |
fix grammar.
Diffstat (limited to 'jrk.h')
| -rw-r--r-- | jrk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
