Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Apr 30, 2015
1 parent b576f00 commit b125174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParsedownAdapter.php
Expand Up @@ -41,7 +41,7 @@ public function process($text)
*/
public function processLine($line)
{
$this->onProcess($text, $this);
$this->onProcess($line, $this);
return $this->parsedown->line($line);
}
}

0 comments on commit b125174

Please sign in to comment.