From 2ac060a5854166fcb14493ff8d7f8e7133e4f104 Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Thu, 1 Sep 2022 00:37:51 +0900 Subject: [PATCH] fixed comment --- src/afterfact.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,