Skip to content

Commit

Permalink
[NFC] add a space (#40914)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Gupta authored May 22, 2021
1 parent d6701bb commit e3dbc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/distributed-computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Once finalized, a reference becomes invalid and cannot be used in any further ca
## Local invocations

Data is necessarily copied over to the remote node for execution. This is the case for both
remotecalls and when data is stored to a[`RemoteChannel`](@ref) / [`Future`](@ref Distributed.Future) on
remotecalls and when data is stored to a [`RemoteChannel`](@ref) / [`Future`](@ref Distributed.Future) on
a different node. As expected, this results in a copy of the serialized objects
on the remote node. However, when the destination node is the local node, i.e.
the calling process id is the same as the remote node id, it is executed
Expand Down

0 comments on commit e3dbc99

Please sign in to comment.