mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): remove extra spaces lab-game-character-stats (#64329)
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user