Skip to content

Commit 657beda

Browse files
natemasimeonschaub
authored andcommitted
Fixing typo (JuliaLang#36119)
Adding missing space
1 parent 40dc73c commit 657beda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/distributed-computing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ remotecalls and when data is stored to a[`RemoteChannel`](@ref) / [`Future`](@re
652652
a different node. As expected, this results in a copy of the serialized objects
653653
on the remote node. However, when the destination node is the local node, i.e.
654654
the calling process id is the same as the remote node id, it is executed
655-
as a local call. It is usually(not always) executed in a different task - but there is no
655+
as a local call. It is usually (not always) executed in a different task - but there is no
656656
serialization/deserialization of data. Consequently, the call refers to the same object instances
657657
as passed - no copies are created. This behavior is highlighted below:
658658

0 commit comments

Comments
 (0)