Skip to content

Commit 2c3a66f

Browse files
committed
tweak wording
1 parent fba76c6 commit 2c3a66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/Distributed/src/process_messages.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ struct RemoteException <: Exception
4545
end
4646

4747
"""
48-
capture_exception(ex::RemoteException, bt) = ex
48+
capture_exception(ex::RemoteException, bt)
4949
50-
Returns `ex` which has already captured a backtrace (via it's [`CapturedException`](@ref)).
50+
Returns `ex::RemoteException` which has already captured a backtrace (via it's [`CapturedException`](@ref) field `captured`).
5151
"""
5252
Base.capture_exception(ex::RemoteException, bt) = ex
5353

0 commit comments

Comments
 (0)