about summary refs log tree commit diff stats
path: root/053recipe_header.cc
diff options
context:
space:
mode:
Diffstat (limited to '053recipe_header.cc')
-rw-r--r--053recipe_header.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/053recipe_header.cc b/053recipe_header.cc
index 87b018c8..75b50b89 100644
--- a/053recipe_header.cc
+++ b/053recipe_header.cc
@@ -228,7 +228,7 @@ def foo a:num [
   local-scope
   b:num <- add a:num, 1
 ]
-+error: foo: use before set: 'a'
++error: foo: tried to read ingredient 'a' in 'b:num <- add a:num, 1' but it hasn't been written to yet
 +error:   did you forget 'load-ingredients'?
 
 :(after "use-before-set Error")