Skip to content

Commit

Permalink
Merge branch 'teppeis-Javascript-to-JavaScript'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelevi committed Jan 17, 2015
2 parents 023a81f + c1f6232 commit 0de91ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/commands/commandUtils.ml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*)

let print_version () =
print_endline "Flow, a static type checker for Javascript, version 0.1.4"
print_endline "Flow, a static type checker for JavaScript, version 0.1.4"

(* line split/transform utils *)
module Line : sig
Expand Down
2 changes: 1 addition & 1 deletion src/parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Building the Flow Parser requires OCaml. Compiling to JavaScript requires js_of_

make

### Compiling the Flow Parser to Javascript
### Compiling the Flow Parser to JavaScript

make js

Expand Down
2 changes: 1 addition & 1 deletion src/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flow-parser",
"description": "Javascript parser written in OCaml. Produces SpiderMonkey AST",
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST",
"author": {
"name": "Gabe Levi",
"email": "[email protected]"
Expand Down

0 comments on commit 0de91ac

Please sign in to comment.