From ccd5316400ace5475ce3f9b5c223f17d38f246e0 Mon Sep 17 00:00:00 2001 From: Sergei Shirokov Date: Tue, 29 Oct 2024 12:54:25 +0200 Subject: [PATCH] minor fix --- include/cetl/pf17/string_view.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cetl/pf17/string_view.hpp b/include/cetl/pf17/string_view.hpp index 9c4ca08..ce2ca61 100644 --- a/include/cetl/pf17/string_view.hpp +++ b/include/cetl/pf17/string_view.hpp @@ -1,5 +1,5 @@ /// @file -/// Defines the C++17 std::variant type and several related entities. +/// Defines the C++17 std::basic_string_view type and several related entities. /// @copyright /// Copyright (C) OpenCyphal Development Team /// Copyright Amazon.com Inc. or its affiliates.