about summary refs log tree commit diff stats
path: root/057immutable.cc
diff options
context:
space:
mode:
Diffstat (limited to '057immutable.cc')
-rw-r--r--057immutable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/057immutable.cc b/057immutable.cc
index 739f6a56..b10abb22 100644
--- a/057immutable.cc
+++ b/057immutable.cc
@@ -282,7 +282,7 @@ def test k:address:number [
 def foo -> [
   local-scope
   load-ingredients
-  k:address:number, found?:boolean <- next-ingredient
+  k:address:number, found?:bool <- next-ingredient
   # we don't further check k for immutability, but assume it's mutable
 ]
 $error: 0