Skip to content

Commit

Permalink
Fixed more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 12, 2014
1 parent eb03ec9 commit 1d0c013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ORM/Table.php
Expand Up @@ -1609,7 +1609,7 @@ public function entityValidator() {
* );
* }}}
*
* You can limit field that will be present in the constructed entity by
* You can limit fields that will be present in the constructed entity by
* passing the `fieldList` option, which is also accepted for associations:
*
* {{{
Expand Down Expand Up @@ -1643,7 +1643,7 @@ public function newEntity(array $data = [], array $options = []) {
* );
* }}}
*
* You can limit field that will be present in the constructed entities by
* You can limit fields that will be present in the constructed entities by
* passing the `fieldList` option, which is also accepted for associations:
*
* {{{
Expand All @@ -1670,7 +1670,7 @@ public function newEntities(array $data, array $options = []) {
* `$data` array will appear, those that can be matched by primary key will get
* the data merged, but those that cannot, will be discarded.
*
* You can limit field that will be present in the merged entity by
* You can limit fields that will be present in the merged entity by
* passing the `fieldList` option, which is also accepted for associations:
*
* {{{
Expand Down Expand Up @@ -1700,7 +1700,7 @@ public function patchEntity(EntityInterface $entity, array $data, array $options
* `$data` array will appear, those that can be matched by primary key will get
* the data merged, but those that cannot, will be discarded.
*
* You can limit field that will be present in the merged entities by
* You can limit fields that will be present in the merged entities by
* passing the `fieldList` option, which is also accepted for associations:
*
* {{{
Expand Down

0 comments on commit 1d0c013

Please sign in to comment.