Skip to content

Commit

Permalink
docs: corrections in list.h
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Mar 23, 2023
1 parent fab0d4d commit 140266f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commons/collections/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/**
* @fn list_destroy
* @brief Destruye una lista sin liberar
* los elementos contenidos en los nodos
* los elementos contenidos en los nodos
*/
void list_destroy(t_list *);

Expand Down Expand Up @@ -81,7 +81,7 @@

/**
* @fn list_get
* @brief Retorna el contenido de una posicion determianda de la lista
* @brief Retorna el contenido de una posicion determinada de la lista
*/
void *list_get(t_list *, int index);

Expand Down

0 comments on commit 140266f

Please sign in to comment.