Fix formatting

This commit is contained in:
Justin Ethier 2021-03-30 22:55:14 -04:00
parent 7ca5f2d8e8
commit d8024f71e5

View file

@ -4,9 +4,9 @@ The `(srfi 111)` library defines boxes, a container for an object of any Scheme
See the [SRFI document](http://srfi.schemers.org/srfi-111/srfi-111.html) for more information. See the [SRFI document](http://srfi.schemers.org/srfi-111/srfi-111.html) for more information.
- [`box`] (#box) - [`box`](#box)
- [`box?`] (#box-1) - [`box?`](#box-1)
- [`unbox`] (#unbox) - [`unbox`](#unbox)
- [`set-box!`](#set-box) - [`set-box!`](#set-box)
# box # box