Skip to content

Commit dfef8ee

Browse files
authored
Merge pull request cherryWood55#19 from shreypatel412/patch-1
made comment
2 parents a06064b + 25da60c commit dfef8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data Abstraction/ADTc++.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ bool Stack::push(int page) {
6363
return true;
6464
}
6565
}
66-
Finally, create the main function to create a new instance of the stack, which you can see appearing here:
66+
// Finally, create the main function to create a new instance of the stack, which you can see appearing here:
6767

6868
int main( ) {
6969
//new stack

0 commit comments

Comments
 (0)