Skip to content

Commit

Permalink
Fix copy on compiler notes (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx authored Sep 5, 2023
1 parent 56cb9f7 commit 153a65c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,27 +364,27 @@
{
"icon": "stable",
"title": "OCaml's type system",
"content": "ReScript brings OCaml's battle-tested powerful type system to Javascript."
"content": "ReasonML brings OCaml's battle-tested powerful type system to Javascript."
},
{
"icon": "immutable",
"title": "Inferred types",
"content": "No need to specify types, types are inferred by ReScript compiler and are guaranteed to be correct."
"content": "No need to specify types, types are inferred by the compiler and are guaranteed to be correct."
},
{
"icon": "functional",
"title": "Functional Programming",
"content": "Like OCaml, ReScript is a functional programming language with pattern matching, variants and more."
"content": "Like OCaml, ReasonML is a functional programming language with pattern matching, variants and more."
},
{
"icon": "interop",
"title": "Easy javascript interop",
"content": "Javascript interop is easy allowing advatange of existing javascript packages and ecosystem."
"content": "JavaScript interop is easy allowing advatange of existing javascript packages and ecosystem."
},
{
"icon": "fast",
"title": "Fast compiler",
"content": "ReScript compilation times are super fast which means fast iteration cycles."
"content": "ReasonML compilation times are super fast which means fast iteration cycles."
},
{
"icon": "fun",
Expand Down

0 comments on commit 153a65c

Please sign in to comment.