From ede24832362e2157cfb35f37da4ea9967372a45f Mon Sep 17 00:00:00 2001 From: Tanish Mundra Date: Sun, 14 Dec 2025 22:10:37 +0530 Subject: [PATCH] fix(curriculum): improve wording in medical data validator step 31 (#64587) --- .../workshop-medical-data-validator/6851051b0da0e34840f3919f.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-medical-data-validator/6851051b0da0e34840f3919f.md b/curriculum/challenges/english/blocks/workshop-medical-data-validator/6851051b0da0e34840f3919f.md index 114dbb71c6b..aba61537618 100644 --- a/curriculum/challenges/english/blocks/workshop-medical-data-validator/6851051b0da0e34840f3919f.md +++ b/curriculum/challenges/english/blocks/workshop-medical-data-validator/6851051b0da0e34840f3919f.md @@ -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--