Skip to content

Commit

Permalink
fix docstring signature
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Nov 19, 2019
1 parent c8ae364 commit 3cb2df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pointtopoint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const REQUEST_NULL = _Request(MPI_REQUEST_NULL, nothing)
Request() = Request(REQUEST_NULL.val, nothing)

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

0 comments on commit 3cb2df0

Please sign in to comment.