fix(curriculum): remove instruction about run button click (#49415)

This commit is contained in:
hbar1st
2023-02-17 19:19:08 -05:00
committed by GitHub
parent 0e3059cc9d
commit f975728c63

View File

@@ -15,7 +15,7 @@ Another data type is the <dfn>Boolean</dfn>. Booleans may only be one of two val
# --instructions--
Modify the `welcomeToBooleans` function so that it returns `true` instead of `false` when the run button is clicked.
Modify the `welcomeToBooleans` function so that it returns `true` instead of `false`.
# --hints--