fix(curriculum): improve wording in medical data validator step 31 (#64587)

This commit is contained in:
Tanish Mundra
2025-12-14 22:10:37 +05:30
committed by GitHub
parent 0cb93406a8
commit ede2483236

View File

@@ -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--