There was an error while loading. Please reload this page.
1 parent 5dbcf7a commit 0f91abcCopy full SHA for 0f91abc
collections.md
@@ -2509,7 +2509,7 @@ $replaced->all();
2509
<a name="method-replacerecursive"></a>
2510
#### `replaceRecursive()` {.collection-method}
2511
2512
-This method works like `replace`, but it will recur into arrays and apply the same replacement process to the inner values:
+The `replaceRecursive` method behaves similarly to `replace`, but it will recur into arrays and apply the same replacement process to the inner values:
2513
2514
```php
2515
$collection = collect([
0 commit comments