Skip to content

Commit

Permalink
Merge pull request gfngfn#191 from elpinal/fix-typo
Browse files Browse the repository at this point in the history
Correct a typo in a comment
  • Loading branch information
gfngfn committed Jan 25, 2020
2 parents 6acf17d + 31444fc commit 68b2b15
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 @@ -504,7 +504,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 68b2b15

Please sign in to comment.