typo: accross -> across

This commit is contained in:
Nick Schonning
2019-04-15 01:51:25 -04:00
parent 13a733a061
commit 4f08094de0

View File

@@ -207,7 +207,7 @@ namespace Markdig.Parsers
public void NextColumn()
{
var c = Line.CurrentChar;
// If we are accross a tab, we should just add 1 column
// If we are across a tab, we should just add 1 column
if (c == '\t' && CharHelper.IsAcrossTab(Column))
{
Column++;