Fix: typo...

This commit is contained in:
itiB
2020-11-05 19:41:06 +09:00
parent 28d5731ef0
commit 820a9f2ebd

View File

@@ -41,7 +41,7 @@ impl Message {
}
}
/// MessageMaoのなかに入っているメッセージすべてを表示する
/// Messageのなかに入っているメッセージすべてを表示する
pub fn debug(&self) {
println!("{:?}", self.map);
}