Skip to content

Commit

Permalink
Fix return function name span
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 13, 2024
1 parent 2f88d2a commit 055702a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private static ReadOnlySpan<char> GetFunctionName(in ReadOnlySpan<char> text, ou
""");
}

return text[1..paramsStartIndex++];
return text[2..paramsStartIndex++];
}
else {
leadingByte = 0xE;
Expand Down

0 comments on commit 055702a

Please sign in to comment.