From 6e75083b0e920ae784276e538ac59d5df628b94c Mon Sep 17 00:00:00 2001 From: James Robb Date: Tue, 19 May 2020 11:38:53 +0000 Subject: [PATCH] Phrase correction. The phrase sounded strange, so I took a stab at what I think the author meant. --- src/conclusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conclusion.md b/src/conclusion.md index 2de9c60..39dd40f 100644 --- a/src/conclusion.md +++ b/src/conclusion.md @@ -32,7 +32,7 @@ thing in a slightly different way to get some inspiration. ### Building a better exectuor -Right now, we can only run one and one future. Most runtimes has a `spawn` +Right now, we can only run one and one future only. Most runtimes has a `spawn` function which let's you start off a future and `await` it later so you can run multiple futures concurrently.