Skip to content

Commit c433bc3

Browse files
committed
Merge branch 'docs'
2 parents 5242556 + dd82e99 commit c433bc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</head>
2525
<body>
2626
<section class="page-header">
27-
<h1 class="project-name">BuckleScript: write JS Faster, Safer, Smaller</h1>
27+
<h1 class="project-name">BuckleScript: write JS faster, safer and smaller</h1>
2828
<h2 class="project-tagline"></h2>
2929
<a href="https://github.com/bloomberg/bucklescript" class="btn">View on GitHub</a>
3030
<a href="./Manual.html" class="btn">Manual</a>
@@ -45,7 +45,7 @@ <h4 id="_developer_experience">Developer experience</h4>
4545
<div class="sect3">
4646
<h4 id="_integration_with_existing_javascript_libraries">Integration with existing JavaScript libraries</h4>
4747
<div class="paragraph">
48-
<p>To our knowledge, BuckleScript is the <em>only</em> compiler which compiles an <em>existing typed language</em> to readable JavaScript. It has the same
48+
<p>BuckleScript is one of the very few compilers which compiles an <em>existing typed language</em> to readable JavaScript. It has the same
4949
characteristics of typescript: one OCaml module compiled into one JavaScript module (AMDJS, CommonJS, or Google module) without name mangling.</p>
5050
</div>
5151
</div>

site/docsource/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</head>
1313
<body>
1414
<section class="page-header">
15-
<h1 class="project-name">BuckleScript: write JS Faster, Safer, Smaller</h1>
15+
<h1 class="project-name">BuckleScript: write JS faster, safer and smaller</h1>
1616
<h2 class="project-tagline"></h2>
1717
<a href="https://github.com/bloomberg/bucklescript" class="btn">View on GitHub</a>
1818
<a href="./Manual.html" class="btn">Manual</a>
@@ -31,7 +31,7 @@ users can try the compiler in the https://bloomberg.github.io/bucklescript/js-de
3131

3232
#### Integration with existing JavaScript libraries
3333

34-
To our knowledge, BuckleScript is the _only_ compiler which compiles an _existing typed language_ to readable JavaScript. It has the same
34+
BuckleScript is one of the very few compilers which compiles an _existing typed language_ to readable JavaScript. It has the same
3535
characteristics of typescript: one OCaml module compiled into one JavaScript module (AMDJS, CommonJS, or Google module) without name mangling.
3636

3737
#### It's OCaml !

0 commit comments

Comments
 (0)