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.
1 parent 9cdbd3d commit e70d5d9Copy full SHA for e70d5d9
src/subscription.ts
@@ -55,7 +55,7 @@ export function useSubscription<T, D extends boolean = false>(value: T, deep: D
55
$read: readonly(_subRef),
56
57
/**
58
- * A Subscriber(function) is executed when the value is changed.
+ * A Subscriber(function) is executed when the value has changed.
59
* @param subscriber - type Subscriber = (val: T) => Promise<void> | void;
60
*/
61
$addSub(subscriber: Subscriber) {
0 commit comments