From 0f57f7de353ecb07bd139b81672476f05c776950 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 11 Sep 2025 12:17:56 +0200 Subject: [PATCH] string: fix typo Signed-off-by: Simon Rozman --- include/stdex/string.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/stdex/string.hpp b/include/stdex/string.hpp index 5e9537af0..4e930aba8 100644 --- a/include/stdex/string.hpp +++ b/include/stdex/string.hpp @@ -69,7 +69,7 @@ namespace stdex } /// - /// Combine UTF-8 surrogate pair into a Unicode code point + /// Combine UTF-16 surrogate pair into a Unicode code point /// /// \param[in] str Pointer to first code unit /// @@ -83,7 +83,7 @@ namespace stdex } /// - /// Combine UTF-8 surrogate pair into a Unicode code point + /// Combine UTF-16 surrogate pair into a Unicode code point /// /// \param[in] str Pointer to first code unit ///