Skip to content

Commit 6ddd240

Browse files
committed
Fixed documentation
1 parent bafe103 commit 6ddd240

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ will return:
253253
<a href="#skip">skip</a>
254254
<a href="#slice">slice</a>
255255
<a href="#sliding">sliding</a>
256+
<a href="#sole">sole</a>
256257
<a href="#some">some</a>
257258
<a href="#sort">sort</a>
258259
<a href="#sorted">sorted</a>
@@ -2375,7 +2376,7 @@ Map::from( [[0, 1], Map::from( [[2, 3], 4] )] )->flat();
23752376

23762377
### flatten()
23772378

2378-
c.
2379+
Creates a new map with keys joined recursively.
23792380

23802381
```php
23812382
public function flatten( ?int $depth = null ) : self

0 commit comments

Comments
 (0)