We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests/coop_budget.rs
1 parent 8e741c1 commit 3aaf4a5Copy full SHA for 3aaf4a5
tokio/tests/coop_budget.rs
@@ -81,7 +81,7 @@ async fn coop_budget_udp_send_recv() {
81
82
#[tokio::test]
83
async fn test_has_budget_remaining() {
84
- // At the begining budget should be available
+ // At the beginning, budget should be available.
85
assert!(has_budget_remaining());
86
87
// Deplete the budget
0 commit comments