From 70c56dc4ce40465b87f74657b1e20fc2efc9f7f9 Mon Sep 17 00:00:00 2001 From: Kate Hudson <145493147+k88hudson-cfa@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:58:55 -0800 Subject: [PATCH] Update src/report.rs Co-authored-by: Eric Rescorla <141454109+ekr-cfa@users.noreply.github.com> --- src/report.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report.rs b/src/report.rs index 6766365..1cc231a 100644 --- a/src/report.rs +++ b/src/report.rs @@ -125,7 +125,7 @@ pub trait ContextReportExt { /// If the file cannot be created, raises an error. fn add_report(&mut self, short_name: &str) -> Result<(), IxaError>; - /// Adds a periodic report ad the end of period `period` which summarizes the + /// Adds a periodic report at the end of period `period` which summarizes the /// number of people in each combination of properties in `tabulator`. /// # Errors /// If the file already exists and `overwrite` is set to false, raises an error and info message.