Skip to content

Commit 5cc9cfc

Browse files
Fix incorrect parameter reference (#10612)
1 parent 9e3c22c commit 5cc9cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ $isList = Arr::isList(['product' => ['name' => 'Desk', 'price' => 100]]);
655655
<a name="method-array-join"></a>
656656
#### `Arr::join()` {.collection-method}
657657

658-
The `Arr::join` method joins array elements with a string. Using this method's second argument, you may also specify the joining string for the final element of the array:
658+
The `Arr::join` method joins array elements with a string. Using this method's third argument, you may also specify the joining string for the final element of the array:
659659

660660
```php
661661
use Illuminate\Support\Arr;

0 commit comments

Comments
 (0)