Skip to content

Commit cafe46d

Browse files
chore: Adjust dev comment about try_join!
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 1bc7e67 commit cafe46d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-webhook/src

crates/stackable-webhook/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl WebhookServer {
209209
Ok(())
210210
};
211211

212-
// This either returns if one of the two futures complete with Err(_) or when both complete
212+
// This either returns if one of the two futures completes with Err(_) or when both complete
213213
// with Ok(_). Both futures complete with Ok(_) when a shutdown signal is received.
214214
try_join!(cert_update_loop, tls_server).map(|_| ())
215215
}

0 commit comments

Comments
 (0)