Skip to content

Commit

Permalink
fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elpinal committed Sep 10, 2019
1 parent b1349fa commit 31444fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/types.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ and untyped_abstract_tree_main =
(* -- declaration of type and module -- *)
| UTDeclareVariantIn of untyped_mutual_variant_cons * untyped_abstract_tree
| UTModule of Range.t * module_name * manual_signature option * untyped_abstract_tree * untyped_abstract_tree
(* -- implerative -- *)
(* -- imperative -- *)
| UTLetMutableIn of Range.t * var_name * untyped_abstract_tree * untyped_abstract_tree
| UTSequential of untyped_abstract_tree * untyped_abstract_tree
| UTWhileDo of untyped_abstract_tree * untyped_abstract_tree
Expand Down

0 comments on commit 31444fc

Please sign in to comment.