Skip to content

Commit 53cc87f

Browse files
committed
update
1 parent a3545df commit 53cc87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/reference/basic-reactivity/create-memo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ An optional configuration object with the following properties:
7272

7373
A function that runs after each execution of `fn` to determine if the memo value has changed.
7474
It receives the previous and the new value.
75-
If the function returns `true`, the memo does not trigger downstream updates.
75+
If it returns `true`, the values are considered equal and the memo does not trigger downstream updates.
7676

7777
If set to `false` (instead of a function), the memo triggers updates whenever it re-executes, even if the value is unchanged.
7878

0 commit comments

Comments
 (0)