Skip to content

Commit 0d1b1ed

Browse files
committed
Added back the catastrophic apostrophe
1 parent 4fb588d commit 0d1b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data-Structures/Stack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Stack data-structure. Its work is based on the LIFO method (last-IN-first-OUT).
1+
/* Stack data-structure. It's work is based on the LIFO method (last-IN-first-OUT).
22
* It means that elements added to the stack are placed on the top and only the
33
* last element (from the top) can be reached. After we get access to the last
44
* element, it pops from the stack.

0 commit comments

Comments
 (0)