Skip to content

Commit

Permalink
Fix typo in Stack playground
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ash authored Jan 15, 2019
1 parent bd23246 commit c5ff408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stack/Stack.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public struct Stack<T> {
}

/**
Removes and returns the item at the top of the sack.
Removes and returns the item at the top of the stack.

- Returns: The item at the top of the stack.
*/
Expand Down

0 comments on commit c5ff408

Please sign in to comment.