Skip to content

Fix typo defintion -> definition #2173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jscomp/core/lam_compile_context.mli
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@



(** Type defintion to keep track of compilation state
(** Type definition to keep track of compilation state
*)

(** Some types are defined in this module to help avoiding generating unnecessary symbols
Expand Down
2 changes: 1 addition & 1 deletion jscomp/syntax/ast_external_attributes.ml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ let handle_attributes
if has_bs_uncurry type_annotation.Parsetree.ptyp_attributes then
begin
Location.raise_errorf
~loc "[@@bs.uncurry] can not be applied to the whole defintion"
~loc "[@@bs.uncurry] can not be applied to the whole definition"
end;

let prim_name_or_pval_prim =
Expand Down
2 changes: 1 addition & 1 deletion jscomp/test/ocaml_proto_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4034,7 +4034,7 @@ Pbtt

(** scope of the field type when the field is a message type.

For instance in the following field defintion:
For instance in the following field definition:

[required foo.bar.Msg1 f = 1]

Expand Down