Skip to content

Commit

Permalink
Remove documentation added during an experimental branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpoe committed Jan 22, 2019
1 parent 35eead9 commit 44d5cf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/manual.md
Expand Up @@ -169,8 +169,7 @@ $newArray = $myDictArray->slice(1, 1); // ["b" => "banana"]

### Functional Methods

**map($callable, $variadic...)** - Returns a new HArray or HString that has had all elements run against the callback.
* **$variadic:** (*Optional*) This can be comprised of one or more `array`s, `HArray`s, and/or `HString`s
**map($callable)** - Returns a new HArray or HString that has had all elements run against the callback.

```php
use Haystack\HArray;
Expand Down

0 comments on commit 44d5cf1

Please sign in to comment.