Skip to content

Commit 299c859

Browse files
committed
corrected spelling
1 parent dbd7416 commit 299c859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/stacks/min_const_time.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_min() -> int:
5151
Return the minimum element of the main stack by
5252
returning the top of the minimum stack
5353
54-
Returns the minium element (int)
54+
Returns the minimum element (int)
5555
5656
>>> push(10)
5757
>>> push(20)

0 commit comments

Comments
 (0)