diff --git a/curriculum/challenges/english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md b/curriculum/challenges/english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md index d2a869a707c..db9d065bccc 100644 --- a/curriculum/challenges/english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md +++ b/curriculum/challenges/english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md @@ -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: