Skip to content

Commit 8848724

Browse files
authored
Fixes typo in manual: "bs.pipe.send" => "bs.send.pipe"
1 parent 9408eac commit 8848724

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)