Skip to content

Commit cac469e

Browse files
committed
fix: Fix typo in Subscriber class comments
1 parent a9785b1 commit cac469e

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1

1 file changed

+1
-1
lines changed

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Subscriber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ public static final class Builder {
565565
* {@code ChannelProvider} to use to create Channels, which must point at Cloud Pub/Sub
566566
* endpoint.
567567
*
568-
* <p>For performance, this client bene/fits from having multiple channels open at once. Users
568+
* <p>For performance, this client benefits from having multiple channels open at once. Users
569569
* are encouraged to provide instances of {@code ChannelProvider} that creates new channels
570570
* instead of returning pre-initialized ones.
571571
*/

0 commit comments

Comments
 (0)