Fix typo in token.ml.

This commit is contained in:
Matt Brubeck 2010-07-09 04:47:04 +08:00 committed by Graydon Hoare
parent 3f354b24dc
commit d344f151f9
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ let rec string_of_tok t =
(* Callable type constructors *)
| FN -> "fn"
| ITER -> "fn"
| ITER -> "iter"
(* Object type *)
| OBJ -> "obj"