Skip to content

Commit a4cda5c

Browse files
authored
docs(subscription): fix batch options type reference (#744)
1 parent 96651d8 commit a4cda5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/pubsub/src/subscriber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export interface SubscriberOptions {
201201
* @property {number} [ackDeadline=10] Acknowledge deadline in seconds. If left
202202
* unset the initial value will be 10 seconds, but it will evolve into the
203203
* 99th percentile time it takes to acknowledge a message.
204-
* @property {BatchingOptions} [batching] Request batching options.
204+
* @property {BatchOptions} [batching] Request batching options.
205205
* @property {FlowControlOptions} [flowControl] Flow control options.
206206
* @property {MessageStreamOptions} [streamingOptions] Streaming options.
207207
*/

0 commit comments

Comments
 (0)