mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(curriculum): correct hint formatting in email simulator step 5 (#64081)
This commit is contained in:
@@ -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
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user