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 034f61c commit c66881aCopy full SHA for c66881a
lib/computed.ts
@@ -130,7 +130,7 @@ export function computed(...args: any[]): Computed<any> {
130
return new Computed<any>(readCb, args);
131
}
132
133
-// TODO Consider mplementing .singleUse() method.
+// TODO Consider implementing .singleUse() method.
134
// An open question is in how to pass e.g. kd.hide(computed(x, x => !x)) in such a way that
135
// the temporary computed can be disposed when temporary, but not otherwise. A function-only
136
// syntax is kd.hide(use => !use(x)), but prevents use of static subscriptions.
0 commit comments