summaryrefslogtreecommitdiff
path: root/CC/proto
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-06-20 15:57:51 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-06-24 12:15:24 +0200
commitdad85f16575c5b89466a93937a1197c9a4097180 (patch)
tree9fb70c830c1a3f84a2fe0dd7f2eb59be4e820bd3 /CC/proto
parent85f97ddf0e18548d95d50aa1f7599a1aad833d97 (diff)
downloadrules-cc-dad85f16575c5b89466a93937a1197c9a4097180.tar.gz
CC: Fix some doc typos
Diffstat (limited to 'CC/proto')
-rw-r--r--CC/proto/RULES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CC/proto/RULES b/CC/proto/RULES
index 2e78799..1f9051c 100644
--- a/CC/proto/RULES
+++ b/CC/proto/RULES
@@ -266,7 +266,7 @@
}
, "library":
{ "doc":
- [ "A library C++ library, generated from proto files."
+ [ "A C++ library, generated from proto files."
, ""
, "This rule usually is used to bind anonymous targets generated from"
, "proto libraries."
@@ -295,7 +295,7 @@
}
, "service library":
{ "doc":
- [ "A service library C++ library, generated from proto files."
+ [ "A service C++ library, generated from proto files."
, ""
, "Calls protoc with gRPC plugin to additionally generate gRPC services"
, "from proto libraries."