From b2ddf571b816df8d6df5cb945af9a86e498dfeaf Mon Sep 17 00:00:00 2001 From: mjskraju <77680758+mjskraju@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:25:49 -0800 Subject: [PATCH] fix:(curriculum) missing backtick (#65088) --- .../english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: