From 820a9f2ebd9d5b815190cc7f12885a3ef611c405 Mon Sep 17 00:00:00 2001 From: itiB Date: Thu, 5 Nov 2020 19:41:06 +0900 Subject: [PATCH] Fix: typo... --- src/detections/print.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }