We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Effect::watch
1 parent 2658ae8 commit fb5fdfcCopy full SHA for fb5fdfc
reactive_graph/src/effect/effect.rs
@@ -272,9 +272,9 @@ impl Effect<LocalStorage> {
272
///
273
/// ## Immediate
274
275
- /// If the final parameter `immediate` is true, the `callback` will run immediately.
276
- /// If it's `false`, the `callback` will run only after
277
- /// the first change is detected of any signal that is accessed in `deps`.
+ /// If the final parameter `immediate` is true, the `handler` will run immediately.
+ /// If it's `false`, the `handler` will run only after
+ /// the first change is detected of any signal that is accessed in `dependency_fn`.
278
279
/// ```
280
/// # use reactive_graph::effect::Effect;
0 commit comments