mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
fix unquotestring spelling
This commit is contained in:
parent
bdb5ec01ea
commit
f1f6a2fa8a
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ namespace System
|
|||
}
|
||||
|
||||
[Obsolete("Replaced with Unquote", false)]
|
||||
public static Result<void> UnquoteString(char8* ptr, int length, String outString) => Unquote(ptr, length, outString);
|
||||
public static Result<void> UnQuoteString(char8* ptr, int length, String outString) => Unquote(ptr, length, outString);
|
||||
|
||||
public static Result<void> Unquote(char8* ptr, int length, String outString)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue