From 55d83c9486e38d70af0be93600e095bf16197859 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Wed, 28 Oct 2020 05:03:51 +0800 Subject: [PATCH] Fix comment --- nel/include/nel/misc/utf_string_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nel/include/nel/misc/utf_string_view.h b/nel/include/nel/misc/utf_string_view.h index a23c2abca..eac06e0a1 100644 --- a/nel/include/nel/misc/utf_string_view.h +++ b/nel/include/nel/misc/utf_string_view.h @@ -26,7 +26,7 @@ namespace NLMISC { /// String view for UTF-8 and UTF-32 iteration as 32-bit codepoints. /// This string view keeps the string as a reference, it does not make a copy. /// Only use this for iterating a string's codepoints. -/// Strings are not required to be NUL-terminated, but must have at least one character extra. +/// String must be NUL terminated, but its size may specify a substring. class CUtfStringView { public: