Skip to content

Commit 4204cdb

Browse files
committed
spelling: typescript
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 3a364c1 commit 4204cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/deferred.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class Deferred<T> {
55

66
constructor() {
77
// 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
8+
// and so they can never be called. TypeScript doesn't know that though, so
99
// assign throw-away functions. These throw errors in case something goes
1010
// wrong in the future.
1111
this.resolve = () => {

0 commit comments

Comments
 (0)