Skip to content

Commit 64a3ae2

Browse files
committed
fix typo
1 parent be5f45f commit 64a3ae2

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)