We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da888b commit 69ccb30Copy full SHA for 69ccb30
pages/docs/manual/v11.0.0/bind-to-js-function.mdx
@@ -82,7 +82,7 @@ MyGame.draw(10, 20, undefined);
82
83
## Object Method
84
85
-Functions attached to a JS objects (other than JS modules) require a special way of binding to them, using `send`:
+Functions attached to JS objects (other than JS modules) require a special way of binding to them, using `send`:
86
87
<CodeTab labels={["ReScript", "JS Output"]}>
88
0 commit comments