From 765ab457a6847aa6956697f7efe067c254edb0e9 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 9 Jul 2020 00:45:26 +0200 Subject: [PATCH] functions: Fix in the comment of read-org-tbfs. --- functions.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.rkt b/functions.rkt index ac4d2c2..e5877df 100644 --- a/functions.rkt +++ b/functions.rkt @@ -292,7 +292,7 @@ (test-case "list->tbf" (check-equal? (list->tbf '(1 2 3)) (tbf #(1 2) 3)))) -;;; Reads of a list of TBF from an Org-mode table read by +;;; Reads a list of TBF from an Org-mode table read by ;;; read-org-sexp. (define read-org-tbfs ((curry map) list->tbf))