aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/service_config.md
diff options
context:
space:
mode:
authorGravatar lyuxuan <yuxuanli@google.com>2017-12-01 11:40:10 -0800
committerGravatar GitHub <noreply@github.com>2017-12-01 11:40:10 -0800
commit7cb1f18dc27eacaf99aa059cdd429352b4a51d63 (patch)
tree4a0c5396dd41096888a0c71702ad8480fab726b7 /doc/service_config.md
parentf0b952824b44d55b75dd0bdded70bb743958cead (diff)
Make load balancing policy name case insensitive
Diffstat (limited to 'doc/service_config.md')
-rw-r--r--doc/service_config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/service_config.md b/doc/service_config.md
index 0abbd7f324..dd1cbc5630 100644
--- a/doc/service_config.md
+++ b/doc/service_config.md
@@ -12,7 +12,7 @@ The service config is a JSON string of the following form:
```
{
- // Load balancing policy name.
+ // Load balancing policy name (case insensitive).
// Currently, the only selectable client-side policy provided with gRPC
// is 'round_robin', but third parties may add their own policies.
// This field is optional; if unset, the default behavior is to pick