mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-16 21:27:57 +08:00
fix(curriculum): fix typo from correspondant to correspondent (#62314)
This commit is contained in:
parent
c1018150cc
commit
3a6c2fa160
@ -19,7 +19,7 @@ Your `Movie` class should have a `__str__` method.
|
||||
})
|
||||
```
|
||||
|
||||
Your `__str__` method should return a string in the format `title (year) - duration min, director`, where `title`, `year`, `duration`, and `director` should be replaced with the values of the correspondant attributes.
|
||||
Your `__str__` method should return a string in the format `title (year) - duration min, director`, where `title`, `year`, `duration`, and `director` should be replaced with the values of the correspondent attributes.
|
||||
|
||||
```js
|
||||
({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user