From 989982b6f73b908d2caeeb686f31ec9424380ff5 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Mon, 3 Nov 2025 20:20:46 +1000 Subject: [PATCH] readme.md typo fixup --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b9484c43..20a120cc 100644 --- a/readme.md +++ b/readme.md @@ -89,7 +89,7 @@ test-2 main-3 ``` -Unlike ops, returned by .wait, the promise can be disregarded; disregarding the promise does not cancel it, but rather detaches is. This makes it easy to +Unlike ops, returned by .wait, the promise can be disregarded; disregarding the promise does not cancel it, but rather detaches it. This makes it easy to spin up multiple tasks to run in parallel. In order to avoid accidental detaching the promise type uses `nodiscard` unless one uses `+` to detach it: ```cpp