Skip to content

Commit

Permalink
Fix complication error of StringLineGroup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Akarinnnnn authored Dec 12, 2023
1 parent 65a02e4 commit ba1e562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdig/Helpers/StringLineGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public Enumerator GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
{
(IEnumerator)GetEnumerator();
return GetEnumerator();
}

private void IncreaseCapacity()
Expand Down

0 comments on commit ba1e562

Please sign in to comment.