Skip to content

Commit

Permalink
docs: recv -> receive
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Prokopenko <[email protected]>
  • Loading branch information
cwpearson and aprokop authored Jun 14, 2024
1 parent dd5e493 commit 7858d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Point-to-point
Wrapper for ``MPI_Recv``.

:param space: A Kokkos execution space instance to order the communication in and execute any required operations.
:param rv: The data to recv
:param rv: The data to receive
:param src: the source rank
:param tag: the MPI tag
:param comm: the MPI communicator
Expand Down

0 comments on commit 7858d5d

Please sign in to comment.