diff --git a/src/detections/print.rs b/src/detections/print.rs index ac12a1d1..02a15a69 100644 --- a/src/detections/print.rs +++ b/src/detections/print.rs @@ -41,7 +41,7 @@ impl Message { } } - /// MessageMaoのなかに入っているメッセージすべてを表示する + /// Messageのなかに入っているメッセージすべてを表示する pub fn debug(&self) { println!("{:?}", self.map); }