Skip to content

Commit 8be533a

Browse files
committed
fix typo
1 parent 6ad8023 commit 8be533a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v5/utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Arr::divide($array);
2020
// [ ['one', 'two'],[1,2] ]
2121
```
2222

23-
### Arr:exists
23+
### Arr::exists
2424

2525
The `Arr::exists()` method check if a key exists for the given `array` or `ArrayAccess` object:
2626

0 commit comments

Comments
 (0)