Closed strdr4605 closed 5 years ago
There is a typo (missing c in object word) on page https://bucklescript.github.io/bucklescript/api/Js.Json.html
val object_ : t Js_dict.t -> t object_ dict makes a JSON objet of the Js.Dict.t dict
to
val object_ : t Js_dict.t -> t object_ dict makes a JSON object of the Js.Dict.t dict
Wanted to submit a pull request but did not found the file in this repo.
fixed in https://github.com/BuckleScript/bucklescript/pull/3617 sorry for the slow response
There is a typo (missing c in object word) on page https://bucklescript.github.io/bucklescript/api/Js.Json.html
to
Wanted to submit a pull request but did not found the file in this repo.