Skip to content

Commit 01f6884

Browse files
Undo changes to comment
1 parent 98c96b0 commit 01f6884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/language-support/contextual/cached-operation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { asError } from "../../common/helpers-pure";
22

33
/**
4-
* A cached mapping from args of type [string, S] to a value of type Promise<U>.
4+
* A cached mapping from strings to a value of type U.
55
*/
66
export class CachedOperation<S extends unknown[], U> {
77
private readonly operation: (t: string, ...args: S) => Promise<U>;

0 commit comments

Comments
 (0)