Skip to content

Commit 7561f73

Browse files
authored
stringify -> stringifyAny
1 parent 80297bb commit 7561f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/Js.Json.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ <h1>Module <a href="type_Js.Json.html">Js.Json</a></h1>
492492
</div>
493493
<div class="examples">
494494
<pre class="example"> <pre class="codepre"><code class="code">(* prints `["foo", "bar"]` *)
495-
Js.log @@ Js.Json.stringify [| "foo"; "bar" |]
495+
Js.log @@ Js.Json.stringifyAny [| "foo"; "bar" |]
496496
</code></pre> </pre>
497497
</div>
498498
</div>
499499

500-
</body></html>
500+
</body></html>

0 commit comments

Comments
 (0)