mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-16 21:27:57 +08:00
fix(curriculum): typo in daily challenge (#62235)
This commit is contained in:
parent
ee8e750493
commit
4af015a08f
@ -60,7 +60,7 @@ assert.isTrue(hasExoplanet("ZXXWYZXYWYXZEGZXWYZXYGEE"));
|
||||
```js
|
||||
function hasExoplanet(readings) {
|
||||
|
||||
return readings
|
||||
return readings;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@ -100,9 +100,9 @@ TestCase().assertEqual(classification(11432), "B")`)
|
||||
## --seed-contents--
|
||||
|
||||
```py
|
||||
def placeholder(arg):
|
||||
def classification(temp):
|
||||
|
||||
return arg
|
||||
return temp
|
||||
```
|
||||
|
||||
# --solutions--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user