1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-29 21:05:59 +02:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Brian Fiete 2023-01-13 07:02:06 -05:00
commit 5b80116c8d
3 changed files with 4 additions and 4 deletions

View file

@ -2125,7 +2125,7 @@ namespace System
return UTF8.Decode(ptr + idx, mLength - idx).c == c;
}
public void ReplaceLargerHelper(String find, String replace)
private void ReplaceLargerHelper(String find, String replace)
{
List<int> replaceEntries = scope List<int>(8192);