Fix comment typo

This commit is contained in:
teor 2021-04-14 11:28:28 +10:00 committed by Deirdre Connolly
parent 8fb12f07a1
commit 2cecd52a10
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ where
} }
// We've reached another heartbeat interval without // We've reached another heartbeat interval without
// shutting down. so do a heartbeat request. // shutting down, so do a heartbeat request.
// //
// TODO: await heartbeat and shutdown. The select // TODO: await heartbeat and shutdown. The select
// function needs pinned types, but pinned generics // function needs pinned types, but pinned generics