We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f11ed4 commit d7507ffCopy full SHA for d7507ff
Sprint-3/2-practice-tdd/count.test.js
@@ -2,7 +2,7 @@
2
const countChar = require("./count");
3
// Given a string str and a single character char to search for,
4
// When the countChar function is called with these inputs,
5
-// Then it should: correctly count the occurrences of char in str.
+// Then it should: correctly count the occurrences of char in str.
6
7
8
// Scenario: Multiple Occurrences
0 commit comments