fix(curriculum): update email sending instructions in workshop-email-simulator (#64485)

This commit is contained in:
Diem-Trang Pham
2025-12-11 01:32:48 -06:00
committed by GitHub
parent 43781bf6e1
commit 43aa311d04

View File

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