rescript-lang / bucklescript.github.io

BuckleScript's documentation site
https://bucklescript.github.io
55 stars 87 forks source link

Fix typo Js.Json.object_ #136

Closed strdr4605 closed 5 years ago

strdr4605 commented 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.

bobzhang commented 5 years ago

fixed in https://github.com/BuckleScript/bucklescript/pull/3617 sorry for the slow response