Skip to content

Commit

Permalink
Fix doc block typo in EntityTrait
Browse files Browse the repository at this point in the history
Wich -> Which
  • Loading branch information
dakota committed Oct 23, 2014
1 parent fd6db3a commit 9e9410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/EntityTrait.php
Expand Up @@ -777,7 +777,7 @@ public function accessible($property, $set = null) {
}

/**
* Returns the alias of the repository from wich this entity came from.
* Returns the alias of the repository from which this entity came from.
*
* If called with no arguments, it returns the alias of the repository
* this entity came from if it is known.
Expand Down

0 comments on commit 9e9410c

Please sign in to comment.