File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ JavaScript specific optimization purposes.
42
42
43
43
* [ ` jscomp/main/js_main.ml ` ] ( jscomp/main/js_main.ml )
44
44
45
- ` jscomp/main/js_main.ml ` is adapted from [ ` ocaml/driver/main.ml ` ] ( ocaml/driver/main.ml ) . It is the main etry
45
+ ` jscomp/main/js_main.ml ` is adapted from [ ` ocaml/driver/main.ml ` ] ( ocaml/driver/main.ml ) . It is the main entry
46
46
point of the underlying compiler.
47
47
48
48
* [ ` jscomp/stdlib-402 ` ] ( jscomp/stdlib-402 ) [ ` jscomp/stdlib-406 ` ] ( jscomp/stdlib-406 )
@@ -54,7 +54,7 @@ included with BuckleScript.
54
54
55
55
` jscomp/test ` is based on [ ` ocaml/testsuite ` ] ( ocaml/testsuite ) .
56
56
57
- BuckleScript unittest builds on parts of [ OUnit] ( http://ounit.forge.ocamlcore.org/ )
57
+ BuckleScript unit test builds on parts of [ OUnit] ( http://ounit.forge.ocamlcore.org/ )
58
58
59
59
* [ ` jscomp/ounit ` ] ( jscomp/ounit ) is adapted from ounit, the unit test
60
60
utilities are only used for dev purpose, they are not required for distribution
You can’t perform that action at this time.
0 commit comments