From d8024f71e5f9cbc52a9106e44968267008fe9cdb Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 30 Mar 2021 22:55:14 -0400 Subject: [PATCH] Fix formatting --- docs/api/srfi/111.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/srfi/111.md b/docs/api/srfi/111.md index abf61680..c719b98a 100644 --- a/docs/api/srfi/111.md +++ b/docs/api/srfi/111.md @@ -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. -- [`box`] (#box) -- [`box?`] (#box-1) -- [`unbox`] (#unbox) +- [`box`](#box) +- [`box?`](#box-1) +- [`unbox`](#unbox) - [`set-box!`](#set-box) # box