Fix a comment typo

This commit is contained in:
link2xt
2021-04-18 02:56:34 +03:00
parent 2688f233b8
commit 8f1bb38a3b

View File

@@ -660,7 +660,7 @@ fn receive_event(event: Event) {
}
}
/// Logs and individual message to stdout.
/// Logs an individual message to stdout.
///
/// This includes a bunch of the message meta-data as well.
async fn log_msg(context: &Context, prefix: impl AsRef<str>, msg: &Message) {