Skip to content

Commit f330d39

Browse files
* This implementation uses a simple Node-based structure.
1 parent ca2cdfc commit f330d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/stacks/StackUsingLinkedList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public int pop() {
4848
}
4949

5050
/**
51-
* Return the top element without removing it
51+
* Return the top element without removing
5252
*
5353
* @return top element
5454
*/

0 commit comments

Comments
 (0)