Skip to content

Commit 3041991

Browse files
authored
typos: modifed -> modified (#42101)
1 parent e83b317 commit 3041991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/manual/distributed-computing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,11 +705,11 @@ Num Unique objects : 3
705705
```
706706

707707
As can be seen, [`put!`](@ref) on a locally owned [`RemoteChannel`](@ref) with the same
708-
object `v` modifed between calls results in the same single object instance stored. As
708+
object `v` modified between calls results in the same single object instance stored. As
709709
opposed to copies of `v` being created when the node owning `rc` is a different node.
710710

711711
It is to be noted that this is generally not an issue. It is something to be factored in only
712-
if the object is both being stored locally and modifed post the call. In such cases it may be
712+
if the object is both being stored locally and modified post the call. In such cases it may be
713713
appropriate to store a `deepcopy` of the object.
714714

715715
This is also true for remotecalls on the local node as seen in the following example:

0 commit comments

Comments
 (0)