Skip to content

Commit d9f5b01

Browse files
authored
Merge pull request #1 from kantuni/patch-6
Fix typo in the "Object Method" section (v8)
2 parents 154857b + 6bc33fa commit d9f5b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/v8.0.0/bind-to-js-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ MyGame.draw(10, 20, undefined);
103103

104104
## Object Method
105105

106-
Functions attached to a JS objects (other than JS modules) require a special way of binding to them, using `bs.send`:
106+
Functions attached to JS objects (other than JS modules) require a special way of binding to them, using `bs.send`:
107107

108108
<CodeTab labels={["Reason (Old Syntax)", "ML (Older Syntax)", "JS Output"]}>
109109

0 commit comments

Comments
 (0)