Skip to content

Commit b2b7511

Browse files
committed
Merge pull request #6 from lucasdicioccio/master
fixed a typo - spotted by @lucasdicioccio
2 parents acb460b + 6b0ef0b commit b2b7511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ certainly the wrong thing to do. Instead we might send a kind of poison pill,
300300
which the process *ought* to handle by shutting down gracefully. Unfortunately
301301
because of the asynchronous nature of sending, this is no good because `send`
302302
will not fail under any circumstances. In fact, because `send` doesn't block,
303-
we therefore have no way to no if the recipient existed at the time we sent the
303+
we therefore have no way to know if the recipient existed at the time we sent the
304304
poison pill. Even if the recipient did exist, we still have no guarantee that
305305
the message we sent actually arrived - the network connection between the nodes
306306
could have broken, for example. Making this *shutdown* protocol synchronous is

0 commit comments

Comments
 (0)