From 45b7604c51661feeec17a53c2b45380b6f5888f7 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 31 May 2020 23:41:56 +0200 Subject: [PATCH] example: Fix the usage of tabulate. --- example/example.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.org b/example/example.org index 3c9c276..b0890be 100644 --- a/example/example.org +++ b/example/example.org @@ -499,7 +499,7 @@ tab value of the function. #+BEGIN_SRC racket :results table drawer -(tabulate (λ (x y) (+ x y)) '(1 2) '(0 2 4)) +(tabulate (λ (x y) (+ x y)) '((1 2) (0 2 4))) #+END_SRC #+RESULTS: