about summary refs log tree commit diff stats
path: root/054static_dispatch.cc
diff options
context:
space:
mode:
Diffstat (limited to '054static_dispatch.cc')
-rw-r--r--054static_dispatch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/054static_dispatch.cc b/054static_dispatch.cc
index 5271fe13..a90770d7 100644
--- a/054static_dispatch.cc
+++ b/054static_dispatch.cc
@@ -613,7 +613,7 @@ def foo a:boolean -> b:number [
   load-ingredients
   return 35
 ]
-+error: main: missing type for x in 'y:number <- foo x'
++error: main: missing type for 'x' in 'y:number <- foo x'
 +error: main: failed to find a matching call for 'y:number <- foo x'
 
 :(before "End Includes")