Skip to content

Commit e70d5d9

Browse files
committed
fix: minor
1 parent 9cdbd3d commit e70d5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subscription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function useSubscription<T, D extends boolean = false>(value: T, deep: D
5555
$read: readonly(_subRef),
5656

5757
/**
58-
* A Subscriber(function) is executed when the value is changed.
58+
* A Subscriber(function) is executed when the value has changed.
5959
* @param subscriber - type Subscriber = (val: T) => Promise<void> | void;
6060
*/
6161
$addSub(subscriber: Subscriber) {

0 commit comments

Comments
 (0)