Skip to content

Commit b63010f

Browse files
author
user0-07161
committed
chore: fix grammar in a comment
1 parent 2f0518d commit b63010f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ async fn message_listener(
192192
hostname: &str,
193193
) -> Result<(), ListenerError> {
194194
if !user_wrapped.is_populated() {
195-
sleep(Duration::from_millis(250)).await; // avoid immediately returns b'cuz they result in high
195+
sleep(Duration::from_millis(250)).await; // avoid immediate returns b'cuz they result in high
196196
// cpu usage
197197
return Err(ListenerError::UserIsUnidentified);
198198
}

0 commit comments

Comments
 (0)