From 327e49ba2153ee2e559e24e8acfd62bf72845602 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 24 May 2024 20:33:51 -0600 Subject: [PATCH] Update doc to mention context instead of this --- website/documents/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/documents/index.md b/website/documents/index.md index 6774da6f..c483f36a 100644 --- a/website/documents/index.md +++ b/website/documents/index.md @@ -237,7 +237,7 @@ function *Timer({}, ctx) { ctx.refresh(); }; - // The this of a Crank component is an iterable of props. + // The context passed to a Crank component is an iterable of props. for ({} of ctx) { // Welcome to the render loop. // Most generator components should use render loops even if they do not