1
0
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:
Aidan Woods
2020-01-19 15:36:53 +00:00
parent 525b72349b
commit 7610eacbf9

View File

@@ -83,7 +83,7 @@ final class Lines
} }
/** @return Context[] */ /** @return Context[] */
public function Contexts() public function contexts()
{ {
return $this->Contexts; return $this->Contexts;
} }