From 7defcaf58e71218507b346ba3cc69c141b3fa61a Mon Sep 17 00:00:00 2001 From: alirezaghey <26653424+alirezaghey@users.noreply.github.com> Date: Tue, 22 Jun 2021 19:18:44 +0000 Subject: [PATCH] fix(curriculum): fix typo in sudoku-solver description (#42601) --- .../quality-assurance-projects/sudoku-solver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md index 79f9512fc1..b371014bf5 100644 --- a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md +++ b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md @@ -40,7 +40,7 @@ Write the following tests in `tests/1_unit-tests.js`: - Logic handles an invalid region (3x3 grid) placement - Valid puzzle strings pass the solver - Invalid puzzle strings fail the solver -- Solver returns the the expected solution for an incomplete puzzle +- Solver returns the expected solution for an incomplete puzzle Write the following tests in `tests/2_functional-tests.js`