complier: fix typo in comment (#6747)

This commit is contained in:
Jihun Cho 2020-02-24 14:32:26 -08:00 committed by GitHub
parent e5d1244004
commit 47c0b0b792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1237,7 +1237,7 @@ void GenerateService(const ServiceDescriptor* service,
}
PrintImports(&printer);
// Package std::string is used to fully qualify method names.
// Package string is used to fully qualify method names.
vars["Package"] = service->file()->package();
if (!vars["Package"].empty()) {
vars["Package"].append(".");