From affb1b8b76d4de5dcf8504e7557c3554260ff4a6 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 20 Jun 2024 15:57:51 +0200 Subject: CC: Fix some doc typos --- rules/CC/proto/RULES | 4 ++-- rules/CC/test/RULES | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/CC/proto/RULES b/rules/CC/proto/RULES index 2e787993..1f9051c3 100644 --- a/rules/CC/proto/RULES +++ b/rules/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." diff --git a/rules/CC/test/RULES b/rules/CC/test/RULES index 850d242e..057d3dad 100644 --- a/rules/CC/test/RULES +++ b/rules/CC/test/RULES @@ -50,7 +50,7 @@ , "" , "This running of the test is carried out by the implicit dependency" , "on the target \"runner\". By setting this target in the target layer" - , "of this rues repository (instead of letting it default to the" + , "of this rules repository (instead of letting it default to the" , "respective file), the C/C++ test environment can be modified globally." ] , "private-hdrs": -- cgit v1.2.3