File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -705,11 +705,11 @@ Num Unique objects : 3
705705```
706706
707707As 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
709709opposed to copies of ` v ` being created when the node owning ` rc ` is a different node.
710710
711711It 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
713713appropriate to store a ` deepcopy ` of the object.
714714
715715This is also true for remotecalls on the local node as seen in the following example:
You can’t perform that action at this time.
0 commit comments