Fix typos (#28326)
This commit is contained in:
parent
be5a17aeae
commit
10e61e816f
12 changed files with 12 additions and 12 deletions
|
|
@ -24,7 +24,7 @@ public class BlockingActor extends AbstractBehavior<Integer> {
|
|||
Integer.class,
|
||||
i -> {
|
||||
// DO NOT DO THIS HERE: this is an example of incorrect code,
|
||||
// better alternatives are described futher on.
|
||||
// better alternatives are described further on.
|
||||
|
||||
// block for 5 seconds, representing blocking I/O, etc
|
||||
Thread.sleep(5000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue