Skip to content

Commit 02c2bbd

Browse files
committed
fix docstring signature
1 parent 01b4c16 commit 02c2bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointtopoint.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const REQUEST_NULL = _Request(MPI_REQUEST_NULL, nothing)
8282
Request() = Request(REQUEST_NULL.val, nothing)
8383

8484
"""
85-
ismessage, (status|nothing) = Iprobe(src::Integer, tag::Integer, comm::Comm)
85+
status = Probe(src::Integer, tag::Integer, comm::Comm)
8686
8787
Blocks until there is a message that can be received matching `src`, `tag` and
8888
`comm`. Returns the corresponding [`Status`](@ref) object.

0 commit comments

Comments
 (0)