diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-05-27 15:42:21 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-05-27 15:42:21 -0400 |
commit | a2843a05ac55ff639a7f622e02a850e1d74947f8 (patch) | |
tree | 3156cdbe75baff0c3d54d5d5eda036b61b639434 | |
parent | f496b4ab3e6dfec96792edd7e9fc6836fb7c2b36 (diff) |
updated docs for format of error message
-rw-r--r-- | src/rexi.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rexi.erl b/src/rexi.erl index abcea295..fced6ab2 100644 --- a/src/rexi.erl +++ b/src/rexi.erl @@ -26,7 +26,7 @@ cast(Node, MFA) -> %% process' dictionary as `rexi_from', so it has a way to communicate with you. %% Second, the remote process is monitored. If it exits with a Reason other %% than normal, Caller will receive a message of the form -%% `{rexi_EXIT, Ref, Reason}' where Ref is the returned reference. +%% `{Ref, {rexi_EXIT, Reason}}' where Ref is the returned reference. -spec cast(node(), pid(), mfa()) -> reference(). cast(Node, Caller, MFA) -> Ref = make_ref(), |