mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
fix:(curriculum) missing backtick (#65088)
This commit is contained in:
@@ -27,7 +27,7 @@ In this lab, you will build a simple budget app that tracks spending in differen
|
||||
1. When a `Category` object is printed, it should:
|
||||
- Display a title line of 30 characters with the category name centered between `*` characters.
|
||||
- List each `ledger` entry with up to 23 characters of its description left-aligned and the amount right-aligned (two decimal places, max 7 characters).
|
||||
- Show a final line `Total: [balance], where `[balance]` should be replaced by the category total.
|
||||
- Show a final line `Total: [balance]`, where `[balance]` should be replaced by the category total.
|
||||
|
||||
Here is an example usage:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user