From dad85f16575c5b89466a93937a1197c9a4097180 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 --- CC/proto/RULES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CC/proto') 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." -- cgit v1.2.3