mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-23 17:10:25 -05:00
fix(curriculum): improve wording in medical data validator step 31 (#64587)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: step-31
|
||||
|
||||
`age` should not only be a integer, it should be a positive integer greater than or equal to `18`.
|
||||
|
||||
Using the `and` operator, add a second expression to check that to the value of the `age` key.
|
||||
Using the `and` operator, add a second expression to the value of the `age` key to check that.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user