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 20, 2019
1 parent 01b4c16 commit 02c2bbd
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 @@ -82,7 +82,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 02c2bbd

Please sign in to comment.