Skip to content

Commit 9ae31c0

Browse files
committed
Correct documentation on AbortSignal.
1 parent aa993f0 commit 9ae31c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions/src/public-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export interface HttpsCallableOptions {
8181
export interface HttpsCallableStreamOptions {
8282
/**
8383
* An AbortSignal that can be used to cancel the streaming response. When the signal is aborted,
84-
* both the underlying connection and stream will be terminated.
84+
* the underlying http connection will be terminated.
8585
*/
8686
signal?: AbortSignal;
8787
/**

0 commit comments

Comments
 (0)