aboutsummaryrefslogtreecommitdiff
path: root/zencore
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-10 16:02:28 +0200
committerStefan Boberg <[email protected]>2022-06-10 16:02:28 +0200
commitc5ece7dcebf9d2af1321e24d8ff43075c617e53a (patch)
treecdf81daf2a999d5ccb4617d5ff14fd16f6d9a995 /zencore
parentclang-format fixes (diff)
parentnamespace/bucket validation now uses AsciiSet for more efficient validation (... (diff)
downloadzen-c5ece7dcebf9d2af1321e24d8ff43075c617e53a.tar.xz
zen-c5ece7dcebf9d2af1321e24d8ff43075c617e53a.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zencore')
-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>