Skip to content

Commit d528c3f

Browse files
committed
added missing correction
1 parent 7561f73 commit d528c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/others/js_json.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ external stringifyAny : 'a -> string option = "stringify"
229229
230230
@example {[
231231
(* prints `["foo", "bar"]` *)
232-
Js.log \@\@ Js.Json.stringify [| "foo"; "bar" |]
232+
Js.log \@\@ Js.Json.stringifyAny [| "foo"; "bar" |]
233233
]}
234234
235235
@see <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify> MDN

0 commit comments

Comments
 (0)