Skip to content

Commit

Permalink
Update Pronouns.php
Browse files Browse the repository at this point in the history
  • Loading branch information
waxim authored Mar 29, 2017
1 parent a3d9eae commit 7e44c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gins/Pronouns.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(array $nouns = [])
new \Gins\Pronouns\Ve(),
new \Gins\Pronouns\X(),
new \Gins\Pronouns\Xe(),
new \Gins\Pronouns\Ze()
new \Gins\Pronouns\Ze(),
];

$this->nouns = array_merge($nouns, $inbuilt);
Expand Down

0 comments on commit 7e44c2e

Please sign in to comment.