fix(curriculum): fix typo from correspondant to correspondent (#62314)

This commit is contained in:
Giftea ☕
2025-09-22 18:01:57 +01:00
committed by GitHub
parent c1018150cc
commit 3a6c2fa160

View File

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