aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/service_config.md
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-03-24 07:33:38 -0700
committerGravatar Mark D. Roth <roth@google.com>2017-03-24 07:33:38 -0700
commite3ec4b2c287b480d61ddaa2b461cf6d468519313 (patch)
tree771a8c629d3bbcc58196937294bb2f69990c16ee /doc/service_config.md
parent1eb96dc7fd70d72849b638aafd39de815521b540 (diff)
Clarify wording.
Diffstat (limited to 'doc/service_config.md')
-rw-r--r--doc/service_config.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/service_config.md b/doc/service_config.md
index c5d4ef42b1..8039fcad09 100644
--- a/doc/service_config.md
+++ b/doc/service_config.md
@@ -24,9 +24,10 @@ The service config is a JSON string of the following form:
// opposed to backend addresses), gRPC will use grpclb (see
// https://github.com/grpc/grpc/blob/master/doc/load-balancing.md),
// regardless of what LB policy is requested either here or via the
- // client API. However, if the resolver returns backend addresses as
- // well as balancer addresses, the client may fall back to the requested
- // policy if it is unable to reach any of the grpclb load balancers.
+ // client API. However, if the resolver returns at least one backend
+ // address in addition to the balancer address(es), the client may fall
+ // back to the requested policy if it is unable to reach any of the
+ // grpclb load balancers.
'loadBalancingPolicy': string,
// Per-method configuration. Optional.