Skip to content

Commit c66881a

Browse files
committed
Fix typo in comment, mainly to test the new github release process
1 parent 034f61c commit c66881a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/computed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function computed(...args: any[]): Computed<any> {
130130
return new Computed<any>(readCb, args);
131131
}
132132

133-
// TODO Consider mplementing .singleUse() method.
133+
// TODO Consider implementing .singleUse() method.
134134
// An open question is in how to pass e.g. kd.hide(computed(x, x => !x)) in such a way that
135135
// the temporary computed can be disposed when temporary, but not otherwise. A function-only
136136
// syntax is kd.hide(use => !use(x)), but prevents use of static subscriptions.

0 commit comments

Comments
 (0)