From d8585c6380cbdba2ad0f6c56aaf6637826cd5b93 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Tue, 15 Aug 2023 00:46:53 +0200 Subject: [PATCH 13/21] SRFI-119 (Wisp): Fix: capitalize Scheme * modules/language/wisp.scm (comments): capitalize Scheme --- module/language/wisp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/language/wisp.scm b/module/language/wisp.scm index b4e885eec..f3127c9d3 100644 --- a/module/language/wisp.scm +++ b/module/language/wisp.scm @@ -21,7 +21,7 @@ ;;; Commentary: ;; Scheme-only implementation of a wisp-preprocessor which output a -;; scheme code tree to feed to a scheme interpreter instead of a +;; Scheme code tree to feed to a Scheme interpreter instead of a ;; preprocessed file. ;; Limitations: -- 2.41.0