Skip to content

Commit

Permalink
More doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 4, 2013
1 parent b20150e commit fa845c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cake/ORM/Association/BelongsTo.php
Expand Up @@ -98,7 +98,7 @@ public function isOwningSide() {

/**
* Takes an entity from the source table and looks if there is a field
* matching the property name for this association. Found entity will be
* matching the property name for this association. The found entity will be
* saved on the target table for this association by passing supplied
* `$options`
*
Expand Down
2 changes: 1 addition & 1 deletion Cake/ORM/Association/BelongsToMany.php
Expand Up @@ -259,7 +259,7 @@ public function isOwningSide() {

/**
* Takes an entity from the source table and looks if there is a field
* matching the property name for this association. Found entity will be
* matching the property name for this association. The found entity will be
* saved on the target table for this association by passing supplied
* `$options`
*
Expand Down
2 changes: 1 addition & 1 deletion Cake/ORM/Association/HasMany.php
Expand Up @@ -105,7 +105,7 @@ public function isOwningSide() {

/**
* Takes an entity from the source table and looks if there is a field
* matching the property name for this association. Found entity will be
* matching the property name for this association. The found entity will be
* saved on the target table for this association by passing supplied
* `$options`
*
Expand Down
2 changes: 1 addition & 1 deletion Cake/ORM/Association/HasOne.php
Expand Up @@ -95,7 +95,7 @@ public function isOwningSide() {

/**
* Takes an entity from the source table and looks if there is a field
* matching the property name for this association. Found entity will be
* matching the property name for this association. The found entity will be
* saved on the target table for this association by passing supplied
* `$options`
*
Expand Down

0 comments on commit fa845c4

Please sign in to comment.