Skip to content

Commit ab0ac5e

Browse files
bicycle1885KristofferC
authored andcommitted
fix a typo in a docstring (#23466)
1 parent 9f61878 commit ab0ac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/distributed/remotecall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ end
551551
take!(rr::RemoteChannel, args...)
552552
553553
Fetch value(s) from a [`RemoteChannel`](@ref) `rr`,
554-
removing the value(s) in the processs.
554+
removing the value(s) in the process.
555555
"""
556556
take!(rr::RemoteChannel, args...) = call_on_owner(take_ref, rr, myid(), args...)
557557

0 commit comments

Comments
 (0)