Browse Source

Fixing doc block

José Lorenzo Rodríguez 11 years ago
parent
commit
a95312ebda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/CollectionInterface.php

+ 1 - 1
src/Collection/CollectionInterface.php

@@ -759,7 +759,7 @@ interface CollectionInterface extends Iterator, JsonSerializable {
  * @param callable|array $condition the method that will receive each of the elements and
  * returns false when the iteration should be stopped.
  * If an array, it will be interpreted as a key-value list of conditions where
- * the key is a property path as accepted by `Collection::extract,
+ * the key is a property path as accepted by `Collection::extract`,
  * and the value the condition against with each element will be matched.
  * @return \Cake\Collection\CollectionInterface
  */