aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/README.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-01 16:36:27 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-01 16:36:27 -0700
commit74071cdab0c9a4016c05d371fdf1ec0d772ed0b7 (patch)
tree4cd5b95b661ddcdc33729622d5fdb63be4bb4f3a /src/core/ext/client_config/README.md
parent92b74082811902e4ab9482a5229defd3014aad3f (diff)
parentb48dda25913fbf6fcb0a7c86ecc364beb31ff43b (diff)
Merge branch 'subchannel_factory_create_lb_channel' of github.com:dgquintas/grpc into ccmerge
Diffstat (limited to 'src/core/ext/client_config/README.md')
-rw-r--r--src/core/ext/client_config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_config/README.md b/src/core/ext/client_config/README.md
index fff7a5af5b..7024fd540d 100644
--- a/src/core/ext/client_config/README.md
+++ b/src/core/ext/client_config/README.md
@@ -40,7 +40,7 @@ decisions (for example, by avoiding disconnected backends).
Configured sub-channels are fully setup to participate in the grpc data plane.
Their behavior is specified by a set of grpc channel filters defined at their
construction. To customize this behavior, resolvers build
-grpc_subchannel_factory objects, which use the decorator pattern to customize
+grpc_client_channel_factory objects, which use the decorator pattern to customize
construction arguments for concrete grpc_subchannel instances.