File tree 3 files changed +3
-3
lines changed
main/java/com/google/api/generator/gapic/composer/comment
test/java/com/google/api/generator/gapic/composer/grpcrest/goldens
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public class ServiceClientCommentComposer {
56
56
private static final String SERVICE_DESCRIPTION_ENDPOINT_SUMMARY_STRING =
57
57
"To customize the endpoint:" ;
58
58
private static final String SERVICE_DESCRIPTION_TRANSPORT_SUMMARY_STRING =
59
- "To use %s transport (instead of %s) for sending an receiving requests over the wire:" ;
59
+ "To use %s transport (instead of %s) for sending and receiving requests over the wire:" ;
60
60
61
61
private static final String SERVICE_DESCRIPTION_SAMPLE_REFERENCE_STRING =
62
62
"Please refer to the GitHub repository's samples for more quickstart code snippets." ;
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ import javax.annotation.Generated;
87
87
* EchoClient echoClient = EchoClient.create(echoSettings);
88
88
* }</pre>
89
89
*
90
- * <p>To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending an receiving requests over
90
+ * <p>To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending and receiving requests over
91
91
* the wire:
92
92
*
93
93
* <pre>{@code
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ import javax.annotation.Generated;
67
67
* EchoEmpyClient echoEmpyClient = EchoEmpyClient.create(echoEmpySettings);
68
68
* }</pre>
69
69
*
70
- * <p>To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending an receiving requests over
70
+ * <p>To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending and receiving requests over
71
71
* the wire:
72
72
*
73
73
* <pre>{@code
You can’t perform that action at this time.
0 commit comments