From a08ba9ad4c507639aed797c98846dbf02b6e2423 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Tue, 20 Dec 2022 09:00:02 -0600 Subject: [PATCH] fix: corrected typo that the website did not handle --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index 10d83ee..06b4265 100644 --- a/src/index.md +++ b/src/index.md @@ -64,7 +64,7 @@ The other is to set up logging so I have something to see what is going on. This ```shell log() { echo "️🧪 $(basename $0): $@"; } log "running tests/gregorian-tests.scm" -# some testing code +some testing code ``` When run, it looks like this: