fix:(curriculum) missing backtick (#65088)

This commit is contained in:
mjskraju
2026-01-12 00:25:49 -08:00
committed by GitHub
parent c92477fa5c
commit b2ddf571b8

View File

@@ -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: