Skip to content

Commit

Permalink
fix: typo in macro string
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevries3133 authored Jul 18, 2024
1 parent 23b60f5 commit 822247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl Component for MacroStatus<'_> {
{calories_remaining}
<p>
In total, you've eaten {calories} calories, {protein} grams
of protein, {fat} grams of fat, and {carbs} carbs today.
of protein, {fat} grams of fat, and {carbs} grams of carbs today.
</p>
</div>"#
)
Expand Down

0 comments on commit 822247a

Please sign in to comment.