Skip to content

Commit 7bccf4a

Browse files
committed
Corrected typos
1 parent 21031aa commit 7bccf4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: paranthesis_checker.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
Paranthesis checker check to see if in a given array all paranthesis
2+
Paranthesis checker checks to see if in a given array all paranthesis
33
are closed, if so the function returns true otherwise false.
4-
i.e. {}, [], (), and ([]) would return true. }, or ([)] would return
4+
i.e. {}, [], (), and ([]) would return true, }, or ([)] would return
55
false. A stack is implemented to check only when a }, ], or ) are
66
present in array.
77
Note that if nothing is entered the function returns true.

0 commit comments

Comments
 (0)