Skip to content

Commit

Permalink
Merge pull request #379 from visciang/main
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 27, 2023
2 parents 0422ef4 + c2c78d1 commit 471e215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ ra:members({dyn_members, node()}).
If a node wants to leave the cluster, it can use `ra:leave_and_terminate/3`
and specify itself as the target:

Temporarily add a new ndde, say `ra4@hostname.local`, to the cluster:
Temporarily add a new node, say `ra4@hostname.local`, to the cluster:

``` erlang
% Add a new member
Expand Down
2 changes: 1 addition & 1 deletion docs/internals/STATE_MACHINE_TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ to the specified
`pid`. Note that `ra` uses `erlang:send/3` with the `no_connect` and `no_suspend`
options which are the least reliable message sending options. It does this so
that a state machine `send_msg` effect will never block the main `ra` process.
To ensure message reliability normal [Autmatic Repeat Query (ARQ)](https://en.wikipedia.org/wiki/Automatic_repeat_request)
To ensure message reliability normal [Automatic Repeat Query (ARQ)](https://en.wikipedia.org/wiki/Automatic_repeat_request)
like protocols between the state machine and the receiver should be implemented
if needed.

Expand Down

0 comments on commit 471e215

Please sign in to comment.