Skip to content

Commit

Permalink
Fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 6, 2015
1 parent 25da946 commit 27f8a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Datasource/EntityTrait.php
Expand Up @@ -528,7 +528,7 @@ public function extract(array $properties, $onlyDirty = false)
* Returns an array with the requested original properties
* stored in this entity, indexed by property name.
*
* Properties that have are unchanged changed will be included in the
* Properties that are unchanged from their original value will be included in the
* return of this method.
*
* @param array $properties List of properties to be returned
Expand All @@ -551,7 +551,7 @@ public function extractOriginal(array $properties)
* stored in this entity, indexed by property name.
*
* This method will only return properties that have been modified since
* the entity was built unchanged properties will be omitted.
* the entity was built. Unchanged properties will be omitted.
*
* @param array $properties List of properties to be returned
* @return array
Expand Down

0 comments on commit 27f8a82

Please sign in to comment.