fixed comment

This commit is contained in:
DastInDark
2022-09-01 00:37:51 +09:00
parent d0e227702b
commit 2ac060a585

View File

@@ -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<String, HashMap<String, i128>>,
color_map: &HashMap<String, Colors>,