Skip to content

Commit

Permalink
Apply suggestions from oscar code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Spencer <[email protected]>
  • Loading branch information
spotandjake and ospencer authored Dec 29, 2024
1 parent f8c1ee3 commit c81d597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/stack.gr
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ provide let copy = stack => {
}

/**
* Converts a stack into a list of its elements.
* Creates a list containing the elements of a stack.
*
* @param stack: The stack to convert
* @returns A list containing all stack values
Expand Down Expand Up @@ -178,7 +178,7 @@ provide let fromList = list => {
}

/**
* Converts a stack into an array of its elements.
* Creates an array containing the elements of a stack.
*
* @param stack: The stack to convert
* @returns An array containing all stack values
Expand Down

0 comments on commit c81d597

Please sign in to comment.