Codefix: wrong parameter names and partially missing parameters

This commit is contained in:
Rubidium
2026-02-02 16:31:46 +01:00
committed by rubidium42
parent f25e1f8be1
commit c6c06e13eb
73 changed files with 206 additions and 113 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ bool StrContainsIgnoreCase(std::string_view str, std::string_view value)
/**
* Get the length of an UTF-8 encoded string in number of characters
* and thus not the number of bytes that the encoded string contains.
* @param s The string to get the length for.
* @param str The string to get the length for.
* @return The length of the string in characters.
*/
size_t Utf8StringLength(std::string_view str)