fix(curriculum): Improved description to include variable. (#53434)

Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
This commit is contained in:
Scott Walker 2024-01-30 03:36:17 -06:00 committed by GitHub
parent 8469c8738b
commit b3bb5d245c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ dashedName: step-64
# --description--
If still there are empty cells, create a loop in the `else` block that iterates over numbers from `1` to `9` (inclusive).
If there are still empty cells, create a loop in the `else` block that iterates over numbers from `1` to `9` (inclusive). Your loop should use the variable named `guess`.
# --hints--