Skip to content

Commit 36c59c1

Browse files
authored
Fix broken reference tag by removing it (unused). (#33165)
1 parent 2425ae7 commit 36c59c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/parallel-computing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ sent to the remote node to go ahead and remove its reference to the value.
11431143
Once finalized, a reference becomes invalid and cannot be used in any further calls.
11441144

11451145

1146-
## Local invocations(@id man-distributed-local-invocations)
1146+
## Local invocations
11471147

11481148
Data is necessarily copied over to the remote node for execution. This is the case for both
11491149
remotecalls and when data is stored to a[`RemoteChannel`](@ref) / [`Future`](@ref Distributed.Future) on

0 commit comments

Comments
 (0)