Skip to content

Commit

Permalink
chore: Update grain doc
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake committed Dec 29, 2024
1 parent c81d597 commit 430a221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ No other changes yet.
toList : (stack: Stack<a>) => List<a>
```

Converts a stack into a list of its elements.
Creates a list containing the elements of a stack.

Parameters:

Expand Down Expand Up @@ -305,7 +305,7 @@ No other changes yet.
toArray : (stack: Stack<a>) => Array<a>
```

Converts a stack into an array of its elements.
Creates an array containing the elements of a stack.

Parameters:

Expand Down

0 comments on commit 430a221

Please sign in to comment.