diff --git a/src/afterfact.rs b/src/afterfact.rs index cfc64c1c..3e4c2f15 100644 --- a/src/afterfact.rs +++ b/src/afterfact.rs @@ -626,7 +626,7 @@ fn _print_detection_summary_by_computer( buf_wtr.print(&wtr).ok(); } -/// 各レベルごとで検出数が多かったルールと日ごとの検知数を表形式で出力する関数 +/// 各レベルごとで検出数が多かったルールを表形式で出力する関数 fn _print_detection_summary_tables( detect_counts_by_rule_and_level: HashMap>, color_map: &HashMap,