From 1c129a282be4ec6273d350c7e1bccb0d6e2a072a Mon Sep 17 00:00:00 2001 From: shenwei41 Date: Thu, 9 Nov 2023 15:43:03 +0800 Subject: [PATCH] run pr --- abseil-cpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 80eec9f..b1faf66 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -25,7 +25,7 @@ BuildRequires: make %description Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from -Google's own C++ code base, has been extensively tested and used in +Google's own C++ code base, has been extensively tested and used in the production, and is the same code we depend on in our daily coding lives. In some cases, Abseil provides pieces missing from the C++ standard; in -- Gitee