Skip to content

Commit

Permalink
Update src/report.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Rescorla <[email protected]>
  • Loading branch information
k88hudson-cfa and ekr-cfa authored Nov 30, 2024
1 parent dee0f00 commit 70c56dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub trait ContextReportExt {
/// If the file cannot be created, raises an error.
fn add_report<T: Report + 'static>(&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.
Expand Down

0 comments on commit 70c56dc

Please sign in to comment.