From 43aa311d044258ba1e1fe8a0525dac2af448e527 Mon Sep 17 00:00:00 2001 From: Diem-Trang Pham <6422507+pdtrang@users.noreply.github.com> Date: Thu, 11 Dec 2025 01:32:48 -0600 Subject: [PATCH] fix(curriculum): update email sending instructions in workshop-email-simulator (#64485) --- .../blocks/workshop-email-simulator/68b936bf4f47d6c29a669f99.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-email-simulator/68b936bf4f47d6c29a669f99.md b/curriculum/challenges/english/blocks/workshop-email-simulator/68b936bf4f47d6c29a669f99.md index 8ba4af04ac0..2e5aa124ed2 100644 --- a/curriculum/challenges/english/blocks/workshop-email-simulator/68b936bf4f47d6c29a669f99.md +++ b/curriculum/challenges/english/blocks/workshop-email-simulator/68b936bf4f47d6c29a669f99.md @@ -7,7 +7,7 @@ dashedName: step-16 # --description-- -Modify the `send_email` method to add the email to the receiver's inbox by calling the `receive_email` method of the `Inbox` class. +Still within the `send_email` method, call the `receive_email` method of the `receiver`'s `inbox` to add email to the receiver's inbox. # --hints--