Skip to content

Commit

Permalink
Fixing issue pearcej#642.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoohooyay committed Jun 17, 2024
1 parent 7bab2ca commit cd0fd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pretext/LinearBasic/SimpleBalancedParentheses.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<program xml:id="parcheck1_cpp" interactive="activecode" language="cpp">
<input>
//simple program that checks for missing parantheses
//simple program that checks for missing parentheses
#include &lt;iostream&gt;
#include &lt;stack&gt;
#include &lt;string&gt;
Expand Down Expand Up @@ -110,7 +110,7 @@ int main() {
<input>
#Program that detects if a set of parentheses is complete.

#simple program that checks for missing parantheses
#simple program that checks for missing parentheses
from pythonds.basic.stack import Stack

#returns whether the parentheses in the input are balanced
Expand Down

0 comments on commit cd0fd2b

Please sign in to comment.