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,