example: Fix the usage of tabulate.

This commit is contained in:
Sergiu Ivanov 2020-05-31 23:41:56 +02:00
parent 78386dd5bf
commit 45b7604c51
1 changed files with 1 additions and 1 deletions

View File

@ -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: