mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Fix uppercase typo
This commit is contained in:
@@ -83,7 +83,7 @@ final class Lines
|
||||
}
|
||||
|
||||
/** @return Context[] */
|
||||
public function Contexts()
|
||||
public function contexts()
|
||||
{
|
||||
return $this->Contexts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user