From 654828fbd052589ab154492e607c5c0ee9798b01 Mon Sep 17 00:00:00 2001 From: yang-g <yangg@google.com> Date: Tue, 25 Aug 2015 15:24:42 -0700 Subject: [PATCH] update doc --- cpp/cpptutorial.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/cpptutorial.md b/cpp/cpptutorial.md index c6a16907b4..c19b472744 100644 --- a/cpp/cpptutorial.md +++ b/cpp/cpptutorial.md @@ -252,8 +252,7 @@ Now we can use the channel to create our stub using the `NewStub` method provide ```cpp public: - RouteGuideClient(std::shared_ptr<ChannelInterface> channel, - const std::string& db) + RouteGuideClient(std::shared_ptr<Channel> channel, const std::string& db) : stub_(RouteGuide::NewStub(channel)) { ... } -- GitLab