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))