Skip to content

Commit

Permalink
Internal CharMap
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Jul 11, 2024
1 parent dcc63c7 commit 3c322f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parlot/CharMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Parlot;

public sealed class CharMap<T> where T : class
internal sealed class CharMap<T> where T : class
{
private readonly T[] _asciiMap = new T[128];
private Dictionary<uint, T>? _nonAsciiMap;
Expand Down

0 comments on commit 3c322f1

Please sign in to comment.