We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd23246 commit c5ff408Copy full SHA for c5ff408
Stack/Stack.playground/Contents.swift
@@ -45,7 +45,7 @@ public struct Stack<T> {
45
}
46
47
/**
48
- Removes and returns the item at the top of the sack.
+ Removes and returns the item at the top of the stack.
49
50
- Returns: The item at the top of the stack.
51
*/
0 commit comments