fix bug in (title recipe)

This commit is contained in:
Christoffer Müller Madsen 2017-04-05 15:02:19 +02:00
parent ba8dc20964
commit 50f77e6a70

View File

@ -2,7 +2,7 @@
(define title (define title
(lambda (recipe) (lambda (recipe)
(car (recipe)))) (car recipe)))
(define ingredients (define ingredients
(lambda (recipe) (lambda (recipe)