BAN: Rename StringView suffix from _sv to sv

This commit is contained in:
Bananymous
2023-03-16 12:15:16 +02:00
parent 8b8e3cbbf0
commit c012822d49
5 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ namespace BAN
String::String()
{
MUST(copy_impl(""_sv));
MUST(copy_impl(""sv));
}
String::String(const String& other)