From 6e7dba19e471606ff8563cc63a82d0add668eb3b Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 10 Sep 2025 17:33:32 -0700 Subject: [PATCH] fix comment --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index a080ebe..81d686a 100644 --- a/src/main.zig +++ b/src/main.zig @@ -111,7 +111,7 @@ const DemoHandler = struct { } } - /// Get comprehensive statistics for demo summary + /// Get comprehensive statistics for summary fn getStats(self: *const DemoHandler) struct { speech_count: u32, error_count: u32,