chore: fix grammar in a comment

This commit is contained in:
user0-07161 2025-12-26 21:27:27 +01:00
parent 2f0518d393
commit b63010fa43

View file

@ -192,7 +192,7 @@ async fn message_listener(
hostname: &str,
) -> Result<(), ListenerError> {
if !user_wrapped.is_populated() {
sleep(Duration::from_millis(250)).await; // avoid immediately returns b'cuz they result in high
sleep(Duration::from_millis(250)).await; // avoid immediate returns b'cuz they result in high
// cpu usage
return Err(ListenerError::UserIsUnidentified);
}