Skip to content

Commit

Permalink
Fix program logic;
Browse files Browse the repository at this point in the history
closes #53
  • Loading branch information
wrigjl committed Sep 23, 2024
1 parent 7cfcb86 commit d10f40f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sources/Chapter7/coding_practice_sq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Coding Practice
}
k++;
=====
if (m == word.length()) {
count++;
}
if (j == word.length()) {
count++;
}
=====
}
}
Expand Down

0 comments on commit d10f40f

Please sign in to comment.