Skip to content

Commit

Permalink
fix(curriculum): typo on step 61 (freeCodeCamp#54253)
Browse files Browse the repository at this point in the history
  • Loading branch information
swati9star authored Mar 29, 2024
1 parent ff76446 commit 3c0e1e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Place the condition in an `if` statement and check if it is `None`.

# --hints--

You should have `if (next_empty := self.find_empty_cell()) is None:` withing `solver`.
You should have `if (next_empty := self.find_empty_cell()) is None:` within `solver`.

```js
const tCode = code.replace(/\r/g, '');
Expand Down

0 comments on commit 3c0e1e5

Please sign in to comment.