mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 21:42:57 +00:00
typo: accross -> across
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user