Skip to content

Commit

Permalink
[skip ci] Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
erszcz committed May 11, 2018
1 parent d6b36d5 commit 29a6000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/escalus_rpc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%% @doc Emulate `ct_rpc:call/6' but do not rely on Common Test.
%% `call/6' takes a `Cookie' as the last parameter,
%% so that nodes with different cookies can be easily called.
%% %% However, this function is not safe (and neither is the original `ct_rpc:call/6')
%% However, this function is not safe (and neither is the original `ct_rpc:call/6')
%% in a concurrent environment as it gets/sets the cookie
%% with `erlang:get_cookie/0' and `erlang:set_cookie/1'.
%% Interleaving these calls in concurrent processes is prone to race conditions.
Expand Down

0 comments on commit 29a6000

Please sign in to comment.