Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
awwpotato committed Oct 17, 2024
1 parent 4d6d4d6 commit bd925ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub async fn get_pulse_data(
format!("and will queue in {} hour(s)", queue_time / 3600)
}
60..3600 => {
format!("and will be queue in {} minute(s)", queue_time / 60)
format!("and will queue in {} minute(s)", queue_time / 60)
}
30..60 => format!("and will queue in {} second(s)", queue_time),
..30 => "is queueing NOW".to_string(),
Expand Down

0 comments on commit bd925ec

Please sign in to comment.