浏览代码

Merge branch '3.0-collection-stop' into 3.0-collection-unfold

Jose Lorenzo Rodriguez 11 年之前
父节点
当前提交
1885e201b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
  */