Skip to content

Commit 4f9e6ef

Browse files
committed
Version 0.2.0
1 parent 963cbb6 commit 4f9e6ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/fp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### [`map :: (a -> b) -> [a] -> [b]`](https://github.com/plaid/transcribe/blob/v0.1.0/examples/fp.js#L4)
1+
<h3 name="map"><code><a href="https://github.com/plaid/transcribe/blob/v0.2.0/examples/fp.js#L4">map :: (a -> b) -> [a] -> [b]</a></code></h3>
22

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

11-
### [`filter :: (a -> Boolean) -> [a] -> [a]`](https://github.com/plaid/transcribe/blob/v0.1.0/examples/fp.js#L24)
11+
<h3 name="filter"><code><a href="https://github.com/plaid/transcribe/blob/v0.2.0/examples/fp.js#L24">filter :: (a -> Boolean) -> [a] -> [a]</a></code></h3>
1212

1313
Returns the list of elements which satisfy the provided predicate.
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transcribe",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Generate Markdown documentation from code comments",
55
"license": "MIT",
66
"homepage": "https://github.com/plaid/transcribe",

0 commit comments

Comments
 (0)