Skip to content

Commit

Permalink
fix api comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Dec 19, 2023
1 parent 03245c7 commit 04bf3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tkc/typed_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BEGIN_C_DECLS
* typed_array_push(a, value_set_int(&v, 123));
* typed_array_push(a, value_set_int(&v, 234));
* ...
* typed_array_destroy(typed_array);
* typed_array_destroy(a);
* ```
*
*/
Expand Down

0 comments on commit 04bf3b1

Please sign in to comment.