chore: fix grammar in a comment
This commit is contained in:
parent
2f0518d393
commit
b63010fa43
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ async fn message_listener(
|
||||||
hostname: &str,
|
hostname: &str,
|
||||||
) -> Result<(), ListenerError> {
|
) -> Result<(), ListenerError> {
|
||||||
if !user_wrapped.is_populated() {
|
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
|
// cpu usage
|
||||||
return Err(ListenerError::UserIsUnidentified);
|
return Err(ListenerError::UserIsUnidentified);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue