Skip to content

Commit ab46ff9

Browse files
author
Dennis Falling
committed
Fix typos in docs referring to array instead of string
1 parent 4bdc53c commit ab46ff9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/api/Js.String.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h1>Module <a href="type_Js.String.html">Js.String</a></h1>
9696

9797
<pre><span class="keyword">module</span> String: <code class="type"><a href="Js_string.html">Js_string</a></code></pre><div class="info module top">
9898
<div class="not-examples">
99-
Provide bindings to Js array<br>
99+
Provide bindings to Js string<br>
100100

101101
</div>
102102

docs/api/Js.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ <h1>Module <a href="type_Js.html">Js</a></h1>
301301
</div>
302302
<pre><span class="keyword">module</span> <a href="Js.String.html">String</a>: <code class="type"><a href="Js_string.html">Js_string</a></code></pre> <div class="info">
303303
<div class="not-examples">
304-
Provide bindings to Js array<br>
305304

306305
</div>
307306
</div> <br>

docs/api/index_modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ <h4 id="4_Syntaxsugar">Syntax sugar</h4>
15911591
<tr><td><a href="Js.String.html">String</a> [<a href="Js.html">Js</a>]</td>
15921592
<td> <div class="info">
15931593
<div class="not-examples">
1594-
Provide bindings to Js array<br>
1594+
Provide bindings to Js string<br>
15951595

15961596
</div>
15971597
</div> </td></tr>

0 commit comments

Comments
 (0)