We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a364c1 commit 4204cdbCopy full SHA for 4204cdb
1 file changed
test/deferred.ts
@@ -5,7 +5,7 @@ export class Deferred<T> {
5
6
constructor() {
7
// The Promise constructor will re-set these before they can be observed,
8
- // and so they can never be called. Typescript doesn't know that though, so
+ // and so they can never be called. TypeScript doesn't know that though, so
9
// assign throw-away functions. These throw errors in case something goes
10
// wrong in the future.
11
this.resolve = () => {
0 commit comments