Skip to content

Commit c5ff408

Browse files
authored
Fix typo in Stack playground
1 parent bd23246 commit c5ff408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Stack/Stack.playground/Contents.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public struct Stack<T> {
4545
}
4646

4747
/**
48-
Removes and returns the item at the top of the sack.
48+
Removes and returns the item at the top of the stack.
4949

5050
- Returns: The item at the top of the stack.
5151
*/

0 commit comments

Comments
 (0)