Small conjugation correction.

This commit is contained in:
James Robb
2020-05-19 11:38:12 +00:00
parent 65401cbaf3
commit 39169b737f

View File

@@ -486,7 +486,7 @@ fn main() {
fut2.await;
};
// This executor will block the main thread until the futures is resolved
// This executor will block the main thread until the futures are resolved
block_on(mainfut);
}
# // ============================= EXECUTOR ====================================