Skip to content

Commit 761d672

Browse files
authored
Merge pull request #267 from xorJane/patch-1
Fix typo in docs for MPI.Send method
2 parents 0391ea2 + f11dadd commit 761d672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpi-base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ end
531531
"""
532532
Send(obj::T, dest::Integer, tag::Integer, comm::Comm) where T
533533
534-
Complete s blocking send of `obj` to MPI rank `dest` of communicator `comm`
534+
Complete a blocking send of `obj` to MPI rank `dest` of communicator `comm`
535535
using with the message tag `tag`.
536536
"""
537537
function Send(obj::T, dest::Integer, tag::Integer, comm::Comm) where T

0 commit comments

Comments
 (0)