mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-09 12:00:37 -04:00
fix(curriculum): typo in daily challenge (#61174)
This commit is contained in:
@@ -93,7 +93,7 @@ TestCase().assertEqual(battle("Mr. Smith", "Dr. Jones"), "It was a tie")`)
|
||||
## --seed-contents--
|
||||
|
||||
```py
|
||||
def battle(my_army, oppoising_army):
|
||||
def battle(my_army, opposing_army):
|
||||
|
||||
return my_army
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user