Skip to content

Commit

Permalink
grammar 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
javalsai committed Oct 19, 2024
1 parent a0b6849 commit d30d5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int vec_push(struct Vector*, void* item);
void vec_free(struct Vector*);
void vec_clear(struct Vector*);
void vec_reset(struct Vector*);
void* vec_pop(struct Vector*); // wont free it, nor shrink vec list space
void* vec_pop(struct Vector*); // won't free it, nor shrink vec list space
void* vec_get(struct Vector*, uint32_t index);

#endif

0 comments on commit d30d5a8

Please sign in to comment.