Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Apr 8, 2018
1 parent ee688c8 commit 79145ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/fp.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### <a name="map" href="https://github.com/plaid/transcribe/blob/v1.1.0/examples/fp.js#L3">`map :: (a -⁠> b) -⁠> Array a -⁠> Array b`</a>
### <a name="map" href="https://github.com/plaid/transcribe/blob/v1.1.1/examples/fp.js#L3">`map :: (a -⁠> b) -⁠> Array a -⁠> Array b`</a>

Transforms a list of elements of type `a` into a list of elements
of type `b` using the provided function of type `a -> b`.
Expand All @@ -8,7 +8,7 @@ of type `b` using the provided function of type `a -> b`.
['1', '2', '3', '4', '5']
```

### <a name="filter" href="https://github.com/plaid/transcribe/blob/v1.1.0/examples/fp.js#L23">`filter :: (a -⁠> Boolean) -⁠> Array a -⁠> Array a`</a>
### <a name="filter" href="https://github.com/plaid/transcribe/blob/v1.1.1/examples/fp.js#L23">`filter :: (a -⁠> Boolean) -⁠> Array a -⁠> Array a`</a>

Returns the list of elements which satisfy the provided predicate.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transcribe",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generate Markdown documentation from code comments",
"license": "MIT",
"homepage": "https://github.com/plaid/transcribe",
Expand Down

0 comments on commit 79145ae

Please sign in to comment.