mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix typo in @char16 macro
This commit is contained in:
committed by
Christoffer Lerno
parent
07fa14f00b
commit
cb065152ea
@@ -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"
|
||||
*>
|
||||
|
||||
Reference in New Issue
Block a user