commit | 654828fbd052589ab154492e607c5c0ee9798b01 | [log] [tgz] |
---|---|---|
author | yang-g <yangg@google.com> | Tue Aug 25 15:24:42 2015 -0700 |
committer | yang-g <yangg@google.com> | Tue Aug 25 15:24:42 2015 -0700 |
tree | 347fab4c3574533015f19728bd93bcca438823ec | |
parent | de36eb69be02d384ec2d03b93a1bb8e44448f361 [diff] [blame] |
update doc
diff --git a/cpp/cpptutorial.md b/cpp/cpptutorial.md index c6a1690..c19b472 100644 --- a/cpp/cpptutorial.md +++ b/cpp/cpptutorial.md
@@ -252,8 +252,7 @@ ```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)) { ... }