aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/string.h b/zencore/include/zencore/string.h
index 92f567dae..7ea8c029f 100644
--- a/zencore/include/zencore/string.h
+++ b/zencore/include/zencore/string.h
@@ -933,7 +933,7 @@ public:
return *Skip(Str, Set) == '\0';
}
- ////////// Algorithms for string types like FStringView and FString //////////
+ ////////// Algorithms for string types like std::string_view and std::string //////////
/** Get initial substring with all characters in set */
template<class StringType>