Thinking Media 10 years ago
parent
commit
7c539b310e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ORM/Association/BelongsToMany.php

+ 2 - 2
src/ORM/Association/BelongsToMany.php

@@ -673,8 +673,8 @@ class BelongsToMany extends Association
     /**
      * Associates the source entity to each of the target entities provided by
      * creating links in the junction table. Both the source entity and each of
-     * the target entities are assumed to be already persisted, if the are marked
-     * as new or their status is unknown, an exception will be thrown.
+     * the target entities are assumed to be already persisted, if they are marked
+     * as new or their status is unknown then an exception will be thrown.
      *
      * When using this method, all entities in `$targetEntities` will be appended to
      * the source entity's property corresponding to this association object.