Commit 29e3643e authored by Maxwell F. (Max) Chen's avatar Maxwell F. (Max) Chen
Browse files

fixed typo

parent e17e6b9c
Pipeline #118995 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment