Skip to content

Commit

Permalink
typo fix in refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed Nov 5, 2024
1 parent b02e91a commit eb9b10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preview2-shim/lib/browser-async/http/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ export class FutureIncomingResponse {
}

subscribe() {
return new PollablePromise(this.#promise);
return new Pollable(this.#promise);
}
get() {
if (!this.#ready) return;
Expand Down

0 comments on commit eb9b10b

Please sign in to comment.