mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): fix typo in sudoku-solver description (#42601)
This commit is contained in:
parent
ae3e1a1d18
commit
7defcaf58e
@ -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`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user