Skip to content

Commit f5ac708

Browse files
fix(curriculum): correct stack typo (freeCodeCamp#65527)
1 parent 7df98cd commit f5ac708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

curriculum/challenges/english/blocks/lecture-working-with-common-data-structures/6895d06b5968736797c408e5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The time complexity of the push and pop operations is typically `O(1)`, a consta
4343

4444
When you push an element onto the stack, the element is simply added to the top.
4545

46-
When you pop an element form the stack, the element at the top is removed.
46+
When you pop an element from the stack, the element at the top is removed.
4747

4848
Therefore, the time it takes to perform these operations remains constant regardless of the size of the stack.
4949

0 commit comments

Comments
 (0)