From bd8de17010ac654030ed80ce2acbcdad903c7efa Mon Sep 17 00:00:00 2001 From: Shreya Edulakanti <58949356+shreyareddyedulakanti@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:36:49 -0400 Subject: [PATCH] Update part1d.md updated another sentence for clarity --- src/content/1/en/part1d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/1/en/part1d.md b/src/content/1/en/part1d.md index 74f5aa25374..154630df10f 100644 --- a/src/content/1/en/part1d.md +++ b/src/content/1/en/part1d.md @@ -790,7 +790,7 @@ The event handler is now set to a function call: ``` -Earlier on we stated that an event handler may not be a call to a function and that it has to be a function or a reference to a function. Why then does a function call work in this case? +Earlier, we stated that an event handler may not be a function call; rather, it has to either be a function definition or a reference to one. Why then does a function call work in this case? When the component is rendered, the following function gets executed: