Skip to content

Commit

Permalink
Update monty.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Malikbadmus authored Feb 8, 2023
1 parent b6c3ad3 commit 3774c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monty.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @next: points to the next element of the stack (or queue)
*
* Description: doubly linked list node structure
* for stack, queues, LIFO, FIFO Holberton project
* for stack, queues, LIFO, FIFO Alx project
*/
typedef struct stack_s
{
Expand Down

0 comments on commit 3774c6f

Please sign in to comment.