Skip to content

Commit 532a9d7

Browse files
authored
Merge pull request #1169 from glennsl/patch-2
Fixes typo in manual: "bs.pipe.send" => "bs.send.pipe"
2 parents 9408eac + 8848724 commit 532a9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docsource/OCaml-call-JS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Output:
165165
dom.getElementById("xx")
166166
--------
167167

168-
`bs.pipe.send` is similar to `bs.send` except that the first argument, i.e, the object,
168+
`bs.send.pipe` is similar to `bs.send` except that the first argument, i.e, the object,
169169
is put in the position of last argument to help user write in a _chaining style_:
170170

171171
[source,ocaml]

0 commit comments

Comments
 (0)