mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): correct hint formatting in email simulator step 5 (#64081)
This commit is contained in:
+1
-1
@@ -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