Fix typo in @char16 macro

This commit is contained in:
Dmitry Atamanov
2025-11-28 19:43:54 +05:00
committed by Christoffer Lerno
parent 07fa14f00b
commit cb065152ea

View File

@@ -70,7 +70,7 @@ macro WString @wstring(String $string) @builtin
}
<*
Create a slice of an UTF32 encoded string at compile time.
Create a slice of an UTF16 encoded string at compile time.
@param $string : "The string to encode"
*>