srctree

Gregory Mullen parent 4b660965 af9fb7ea
accidentally a word

src/endpoints/commit-flex.zig added: 2, removed: 2, total 0
@@ -413,7 +413,7 @@ pub fn commitFlex(ctx: *Verse.Frame) Error!void {
 
try months.append(.{
.group = "Last Week",
.lead = try allocPrint(ctx.alloc, "{} commits today", .{last_weeks.items.len}),
.lead = try allocPrint(ctx.alloc, "{} commits last week", .{last_weeks.items.len}),
.journal_rows = try last_weeks.toOwnedSlice(),
});