We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96651d8 commit a4cda5cCopy full SHA for a4cda5c
1 file changed
handwritten/pubsub/src/subscriber.ts
@@ -201,7 +201,7 @@ export interface SubscriberOptions {
201
* @property {number} [ackDeadline=10] Acknowledge deadline in seconds. If left
202
* unset the initial value will be 10 seconds, but it will evolve into the
203
* 99th percentile time it takes to acknowledge a message.
204
- * @property {BatchingOptions} [batching] Request batching options.
+ * @property {BatchOptions} [batching] Request batching options.
205
* @property {FlowControlOptions} [flowControl] Flow control options.
206
* @property {MessageStreamOptions} [streamingOptions] Streaming options.
207
*/
0 commit comments