Update documentation

main
Hammy 3 years ago
parent 4db5bfc107
commit 6e62654ced

@ -79,7 +79,7 @@ int List_append_all(List *list, int element_count, ...);
*
* Returns
* ----------------------------
* int (0 for success, Non-0 for error)
* int (The previous element at the given index before inserting)
*/
int List_insert(List *list, int index, int element);

Loading…
Cancel
Save