Skip to content

Commit

Permalink
📚 docs(README): Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Dec 17, 2020
1 parent 488514d commit f979991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ return tree.empty() ? 'empty' : 'not empty' ;
Returns a new tree with an additional value as the new right-most value.

```js
tree = tree.cons('k');
tree = tree.push('k');
```

#### `Tree#cons(x) -> Tree`
Expand Down

0 comments on commit f979991

Please sign in to comment.