Skip to content

Commit

Permalink
public ClearState()
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Nov 20, 2023
1 parent 727b249 commit b240b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utf8StringInterpolation/Utf8StringWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ void GrowCore(int len)
allocatedDestinationSize = destination.Length;
}

void ClearState()
public void ClearState()
{
Flush();
destination = default;
Expand Down

0 comments on commit b240b9a

Please sign in to comment.