aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi2.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/wi2.boot')
-rw-r--r--src/interp/wi2.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/wi2.boot b/src/interp/wi2.boot
index 828afd4c..669abeed 100644
--- a/src/interp/wi2.boot
+++ b/src/interp/wi2.boot
@@ -1119,7 +1119,7 @@ chk(x,key) == fn(x,0,key) where fn(x,cnt,key) ==
sayBrightly ["--> ", key, " <---"]
hahaha(key)
atom x => cnt
- VECP x => systemError nil
+ vector? x => systemError nil
for y in x repeat cnt := fn(y, cnt + 1, key)
cnt