functions: Fix in the comment of read-org-tbfs.

This commit is contained in:
Sergiu Ivanov 2020-07-09 00:45:26 +02:00
parent b52aa188b9
commit 765ab457a6

View file

@ -292,7 +292,7 @@
(test-case "list->tbf" (test-case "list->tbf"
(check-equal? (list->tbf '(1 2 3)) (tbf #(1 2) 3)))) (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. ;;; read-org-sexp.
(define read-org-tbfs ((curry map) list->tbf)) (define read-org-tbfs ((curry map) list->tbf))