Skip to content

Commit

Permalink
Update lib/kernel/src/rpc.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Uhlig <[email protected]>
  • Loading branch information
bjorng and juhlig authored Feb 14, 2025
1 parent cb3e573 commit a11b61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel/src/rpc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ rpc_check(X) -> X.

%% This is a real handy function to be used when interacting with
%% a server called Name at node Node, It is assumed that the server
%% Receives messages of the form {From, Request} and replies on the
%% receives messages of the form {From, Request} and replies are of the
%% form From ! {ReplyWrapper, Node, Reply}.
%% This function makes such a server call and ensures that that
%% The entire call is packed into an atomic transaction which
Expand Down

0 comments on commit a11b61a

Please sign in to comment.