aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/token.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/fe/token.ml')
-rw-r--r--src/boot/fe/token.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/fe/token.ml b/src/boot/fe/token.ml
index 446e5262..cb3bb0b0 100644
--- a/src/boot/fe/token.ml
+++ b/src/boot/fe/token.ml
@@ -282,7 +282,7 @@ let rec string_of_tok t =
(* Callable type constructors *)
| FN -> "fn"
- | ITER -> "fn"
+ | ITER -> "iter"
(* Object type *)
| OBJ -> "obj"