From 29e3643e1d6abca5482b6f17045951b5149f295b Mon Sep 17 00:00:00 2001 From: "mfchen@caltech.edu" <mfchen@caltech.edu> Date: Wed, 9 Apr 2025 03:12:28 +0000 Subject: [PATCH] fixed typo --- include/ll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ll.h b/include/ll.h index 6eb0575..0a3322e 100644 --- a/include/ll.h +++ b/include/ll.h @@ -90,7 +90,7 @@ char *ll_get(ll_map_t *dict, char *key); /** * Returns an array of all the keys in the dict. The array should - * be freed with `strarray_free` when it is no longer needed. See `str_util.h` + * be freed with `strarray_free` when it is no longer needed. See `strarray.h` * for more information on `strarray_t`. */ strarray_t *ll_get_keys(ll_map_t *dict); -- GitLab