about summary refs log tree commit diff stats
path: root/032array.cc
diff options
context:
space:
mode:
Diffstat (limited to '032array.cc')
-rw-r--r--032array.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/032array.cc b/032array.cc
index f8c26234..17ed9c30 100644
--- a/032array.cc
+++ b/032array.cc
@@ -174,7 +174,7 @@ def main [
 container card [
   rank:number <- next-ingredient
 ]
-recipe foo [
+def foo [
   1:card <- merge 3
   2:number <- get 1:card rank:offset
 ]