Skip to content

Commit

Permalink
📚 docs(README): Replace :brick: by 🧂.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 27, 2020
1 parent a08af63 commit 0242927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Parent is [@aureooms/js-persistent](https://github.com/aureooms/js-persistent).
* [`Tree#last() -> x`](#treelast---x)
* [`Tree#init() -> Tree`](#treeinit---tree)
* [`Tree#tail() -> Tree`](#treetail---tree)
* [:brick: Add elements](#brick-add-elements)
* [:salt: Add elements](#salt-add-elements)
* [`Tree#push(x) -> Tree`](#treepushx---tree)
* [`Tree#cons(x) -> Tree`](#treeconsx---tree)
* [`Tree#append(Iterable) -> Tree`](#treeappenditerable---tree)
Expand Down Expand Up @@ -199,7 +199,7 @@ Returns a new tree without the left-most element.
while ( ! tree.empty() ) tree = tree.tail() ;
```

### :brick: Add elements
### :salt: Add elements

#### `Tree#push(x) -> Tree`

Expand Down

0 comments on commit 0242927

Please sign in to comment.