Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Oct 3, 2023
1 parent 14526d5 commit 322b97d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/reference/std/misc/list-builder.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List builder

## with-list-builder ##
## with-list-builder

``` scheme
(with-list-builder (put! [peek]) body ...) -> list
Expand Down Expand Up @@ -28,9 +28,7 @@ so *put!* and *peek* can be used without wrapping them in a lambda first.
```
:::

## call-with-list-builder ##

## call-with-list-builder ##
## call-with-list-builder

``` scheme
(call-with-list-builder proc) -> list
Expand Down

0 comments on commit 322b97d

Please sign in to comment.