From b72a3982e543faef4cf4bb64213a03a66f944d55 Mon Sep 17 00:00:00 2001 From: Ritam Pal Date: Sun, 23 Nov 2025 22:02:56 +0530 Subject: [PATCH] fix(curriculum): correct hint formatting in email simulator step 5 (#64081) --- .../blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md b/curriculum/challenges/english/blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md index 8435a7f9424..faaacab71aa 100644 --- a/curriculum/challenges/english/blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md +++ b/curriculum/challenges/english/blocks/workshop-email-simulator/68593ea22eac7e228ed585ce.md @@ -11,7 +11,7 @@ Emails should track whether they've been read or not. Add a `read` attribute to # --hints-- -You should assign `False` to ``self.read` in the `__init__` method. +You should assign `False` to `self.read` in the `__init__` method. ```js ({