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