From 5aeacc2f1573e385437b4a22ca6816f01af00c61 Mon Sep 17 00:00:00 2001 From: Min Kim Date: Wed, 10 Jan 2024 13:33:24 -0500 Subject: [PATCH] Capitalize first letter of subsection 'immediate return' --- www/docs/scope.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/scope.mdx b/www/docs/scope.mdx index e621f5e3..f3a000aa 100644 --- a/www/docs/scope.mdx +++ b/www/docs/scope.mdx @@ -95,7 +95,7 @@ await task.halt(); Halting a Task means that its operation is canceled, and it also causes any operation created by that operation to be halted. -### immediate return +### Immediate return If an Operation is expressed as a generator (most are), we call `return()` on the generator when that operation is halted. This