string: fix typo

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman
2025-09-11 12:17:56 +02:00
parent 2785ee68f3
commit 0f57f7de35

View File

@@ -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
///