From 21f16c1d2cf75f5ec9a68f9bb8fa48def6e93259 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 3 Jan 2024 00:34:05 +0300 Subject: [PATCH] Use a more wide description of the library in metadata. --- meta/libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/libraries.json b/meta/libraries.json index 445bdaa..2a88061 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -6,7 +6,7 @@ "Tim Blechmann", "Andrey Semashev" ], - "description": "C++11-style atomic<>.", + "description": "C++11-style atomic types.", "category": [ "Concurrent" ],