Skip to content
Snippets Groups Projects
Commit 3fec5259 authored by Ryan's avatar Ryan Committed by GitHub
Browse files

Fix typo

parent 2ef2d2a5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class GreeterClient {
GreeterClient(std::shared_ptr<Channel> channel)
: stub_(Greeter::NewStub(channel)) {}
// Assambles the client's payload, sends it and presents the response back
// Assembles the client's payload, sends it and presents the response back
// from the server.
std::string SayHello(const std::string& user) {
// Data we are sending to the server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment