mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-01 21:01:20 +08:00
fix(curriculum): remove extra spaces lab-game-character-stats (#64329)
This commit is contained in:
parent
82a9b08c98
commit
3a9c45f324
@ -39,10 +39,10 @@ In this lab, you'll build a game character stats tracker. The program will allow
|
||||
For example, a character named `Kratos`, right after the instantiation, should be represented as the following:
|
||||
|
||||
```md
|
||||
Name: Kratos
|
||||
Level: 1
|
||||
Health: 100
|
||||
Mana: 50
|
||||
Name: Kratos
|
||||
Level: 1
|
||||
Health: 100
|
||||
Mana: 50
|
||||
```
|
||||
|
||||
## Usage example
|
||||
|
||||
Loading…
Reference in New Issue
Block a user