diff options
Diffstat (limited to 'cpp/022call_reply')
-rw-r--r-- | cpp/022call_reply | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/022call_reply b/cpp/022call_reply index 3deb5464..17f2c463 100644 --- a/cpp/022call_reply +++ b/cpp/022call_reply @@ -4,7 +4,7 @@ recipe main [ 3:integer, 4:integer <- f 2:literal ] recipe f [ - 12:integer <- next_ingredient + 12:integer <- next-ingredient 13:integer <- add 1:literal, 12:integer reply 12:integer, 13:integer ] |