Skip to content

Commit d42f491

Browse files
committed
update
1 parent cdf2b01 commit d42f491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/reference/secondary-primitives/create-render-effect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In contrast to [`createEffect`](/reference/basic-reactivity/create-effect), whic
2929
As a result, refs are **not set** before the render effect runs for the first time.
3030

3131
- After the initial run, the order in which render effects run is **not guaranteed**.
32-
- If multiple dependencies are updated within the same batch, the render effect runs only once.
32+
- When multiple dependencies are updated within the same batch, the render effect will only run once.
3333
- Render effects always run **after** any pure computations (such as [memos](/concepts/derived-values/memos)) within the same update cycle.
3434

3535
## Import

0 commit comments

Comments
 (0)