Skip to content

Commit 0f91abc

Browse files
Refine replaceRecursive method description for consistency (#10442)
1 parent 5dbcf7a commit 0f91abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2509,7 +2509,7 @@ $replaced->all();
25092509
<a name="method-replacerecursive"></a>
25102510
#### `replaceRecursive()` {.collection-method}
25112511

2512-
This method works like `replace`, but it will recur into arrays and apply the same replacement process to the inner values:
2512+
The `replaceRecursive` method behaves similarly to `replace`, but it will recur into arrays and apply the same replacement process to the inner values:
25132513

25142514
```php
25152515
$collection = collect([

0 commit comments

Comments
 (0)