Skip to content

Commit

Permalink
Make Position internal
Browse files Browse the repository at this point in the history
It's an internal implementation detail, should not be public.

Fixes #66
  • Loading branch information
kzu committed Apr 29, 2021
1 parent 373f4d2 commit fa539bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Position.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <summary>
/// A position within a line of configuration.
/// </summary>
public class Position
class Position
{
/// <summary>
/// The position corresponding to the zero index.
Expand Down

0 comments on commit fa539bc

Please sign in to comment.